diff --git a/.changeset/fast-chairs-guess.md b/.changeset/fast-chairs-guess.md deleted file mode 100644 index 2b1b76c..0000000 --- a/.changeset/fast-chairs-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"import-map-overrides": patch ---- - -Add tests on API and automate release flow diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cccc499 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# import-map-overrides + +## 3.1.1 + +### Patch Changes + +- [#96](https://github.com/single-spa/import-map-overrides/pull/96) [`cd137ce`](https://github.com/single-spa/import-map-overrides/commit/cd137ce9edcbf7d3c5571e1c630c21bdee81979e) Thanks [@robmosca](https://github.com/robmosca)! - Add tests on API and automate release flow diff --git a/package.json b/package.json index da19691..13ebcea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-map-overrides", - "version": "3.1.0", + "version": "3.1.1", "main": "dist/import-map-overrides-server.js", "type": "module", "repository": "https://github.com/joeldenning/import-map-overrides.git",