Skip to content

Commit 7cce7a4

Browse files
committed
chore: release v0.2.2
1 parent 0be9fb3 commit 7cce7a4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.2.2](https://github.com/danielroe/magic-regexp/compare/0.2.1...0.2.2) (2022-07-18)
4+
5+
6+
### Features
7+
8+
* expose flags as literal types ([0c7bec7](https://github.com/danielroe/magic-regexp/commit/0c7bec7082d98389b117c5fecdf53dede060185e))
9+
10+
11+
### Bug Fixes
12+
13+
* **types:** escape generated types for `anyOf` ([0be9fb3](https://github.com/danielroe/magic-regexp/commit/0be9fb3c08b70048c119a092658717baa76f5531))
14+
315
## [0.2.1](https://github.com/danielroe/magic-regexp/compare/0.2.0...0.2.1) (2022-07-17)
416

517

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.2.1",
3+
"version": "0.2.2",
44
"description": "",
55
"repository": "danielroe/magic-regexp",
66
"license": "MIT",

0 commit comments

Comments
 (0)