Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 16, 2022
1 parent c2e300c commit f08cfdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.5.0](https://github.com/danielroe/magic-regexp/compare/0.4.1...0.5.0) (2022-09-16)


### Features

* default to non-capture, add `grouped` and `groupedAs` ([#42](https://github.com/danielroe/magic-regexp/issues/42)) ([6b8d4dc](https://github.com/danielroe/magic-regexp/commit/6b8d4dcbbd45ccd96349f2ef7420cacb389c6d96))
* type-safe `String.match` ([#68](https://github.com/danielroe/magic-regexp/issues/68)) ([1a2d5d4](https://github.com/danielroe/magic-regexp/commit/1a2d5d4acda0a82778b1a1452f50014fd6a108bc))

## [0.4.1](https://github.com/danielroe/magic-regexp/compare/0.4.0...0.4.1) (2022-08-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-regexp",
"version": "0.4.1",
"version": "0.5.0",
"description": "A compiled-away, type-safe, readable RegExp alternative",
"repository": "danielroe/magic-regexp",
"license": "MIT",
Expand Down

1 comment on commit f08cfdb

@vercel
Copy link

@vercel vercel bot commented on f08cfdb Sep 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.