From 79c5d62131dcee02613154d2449fd19332f1c51c Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 20 Jul 2022 13:20:19 +0100 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094ef5c7..0816ef39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +## [0.3.0](https://github.com/danielroe/magic-regexp/compare/0.2.3...0.3.0) (2022-07-20) + + +### Features + +* support string/Set as flags from `createRegExp` ([231dfa1](https://github.com/danielroe/magic-regexp/commit/231dfa1ef299f6f35eded17ea44f7155321f8625)) + + +### Bug Fixes + +* **transform:** add cjs stub for compatibility ([07a6ff7](https://github.com/danielroe/magic-regexp/commit/07a6ff70786c4764b583aa7cd47ada2b8d125f51)), closes [#11](https://github.com/danielroe/magic-regexp/issues/11) + ## [0.2.3](https://github.com/danielroe/magic-regexp/compare/0.2.2...0.2.3) (2022-07-18) diff --git a/package.json b/package.json index 13e6c061..385ac105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magic-regexp", - "version": "0.2.3", + "version": "0.3.0", "description": "", "repository": "danielroe/magic-regexp", "license": "MIT",