Skip to content

Commit 477dfe4

Browse files
committed
chore: release v0.1.0
1 parent fcf1257 commit 477dfe4

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.1.0](https://github.com/danielroe/magic-regexp/compare/0.0.4...0.1.0) (2022-07-17)
4+
5+
6+
### Features
7+
8+
* add `optionally`, `oneOrMore` and `times.any` and `times.atLeast` ([0484b31](https://github.com/danielroe/magic-regexp/commit/0484b313293ffb3df051c772487bb7f605e54e93))
9+
* add strong typing for `String.matchAll` ([5a652b8](https://github.com/danielroe/magic-regexp/commit/5a652b8c50dc4476bf78b598c6290a2a2f5193f2))
10+
311
## [0.0.4](https://github.com/danielroe/magic-regexp/compare/0.0.3...0.0.4) (2022-07-17)
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.0.4",
3+
"version": "0.1.0",
44
"description": "",
55
"repository": "danielroe/magic-regexp",
66
"license": "MIT",

0 commit comments

Comments
 (0)