Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 28, 2022
1 parent d6e7631 commit f374f10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [0.6.0](https://github.com/danielroe/magic-regexp/compare/0.5.0...0.6.0) (2022-10-28)


### Features

* implement `letter.lowercase` and `letter.uppercase` ([#77](https://github.com/danielroe/magic-regexp/issues/77)) ([70afa5b](https://github.com/danielroe/magic-regexp/commit/70afa5b88019ca4147706a50b0085193a53b7900))


### Bug Fixes

* 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))

## [0.5.0](https://github.com/danielroe/magic-regexp/compare/0.4.1...0.5.0) (2022-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magic-regexp",
"version": "0.5.0",
"version": "0.6.0",
"description": "A compiled-away, type-safe, readable RegExp alternative",
"repository": "danielroe/magic-regexp",
"license": "MIT",
Expand Down

1 comment on commit f374f10

@vercel
Copy link

@vercel vercel bot commented on f374f10 Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.