Skip to content

Commit f08cfdb

Browse files
committed
chore: release v0.5.0
1 parent c2e300c commit f08cfdb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## [0.5.0](https://github.com/danielroe/magic-regexp/compare/0.4.1...0.5.0) (2022-09-16)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* type-safe `String.match` ([#68](https://github.com/danielroe/magic-regexp/issues/68)) ([1a2d5d4](https://github.com/danielroe/magic-regexp/commit/1a2d5d4acda0a82778b1a1452f50014fd6a108bc))
10+
311
## [0.4.1](https://github.com/danielroe/magic-regexp/compare/0.4.0...0.4.1) (2022-08-05)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-regexp",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A compiled-away, type-safe, readable RegExp alternative",
55
"repository": "danielroe/magic-regexp",
66
"license": "MIT",

0 commit comments

Comments
 (0)