Skip to content

Commit 6829602

Browse files
committed
chore: release v0.4.1
1 parent d92393d commit 6829602

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

22

3+
## [0.4.1](https://github.com/danielroe/magic-regexp/compare/0.4.0...0.4.1) (2022-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** differentiate symbols from generics ([d92393d](https://github.com/danielroe/magic-regexp/commit/d92393dff2aa1592bd695bd592d58948af273808))
9+
310
## [0.4.0](https://github.com/danielroe/magic-regexp/compare/0.3.0...0.4.0) (2022-07-25)
411

512
🎉 Massive thanks to @didavid61202 for lots of great contributions in this release! 🎉

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.0",
3+
"version": "0.4.1",
44
"description": "A compiled-away, type-safe, readable RegExp alternative",
55
"repository": "danielroe/magic-regexp",
66
"license": "MIT",

0 commit comments

Comments
 (0)