Skip to content

Commit f374f10

Browse files
committed
chore: release v0.6.0
1 parent d6e7631 commit f374f10

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.6.0](https://github.com/danielroe/magic-regexp/compare/0.5.0...0.6.0) (2022-10-28)
4+
5+
6+
### Features
7+
8+
* implement `letter.lowercase` and `letter.uppercase` ([#77](https://github.com/danielroe/magic-regexp/issues/77)) ([70afa5b](https://github.com/danielroe/magic-regexp/commit/70afa5b88019ca4147706a50b0085193a53b7900))
9+
10+
11+
### Bug Fixes
12+
13+
* update interface `Input` type parameter to contravariant type ([#79](https://github.com/danielroe/magic-regexp/issues/79)) ([c9707a2](https://github.com/danielroe/magic-regexp/commit/c9707a2d290712afc8e1928db51ec3f0f503207c))
14+
315
## [0.5.0](https://github.com/danielroe/magic-regexp/compare/0.4.1...0.5.0) (2022-09-16)
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.5.0",
3+
"version": "0.6.0",
44
"description": "A compiled-away, type-safe, readable RegExp alternative",
55
"repository": "danielroe/magic-regexp",
66
"license": "MIT",

0 commit comments

Comments
 (0)