diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0c80f55 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [3.0.0](https://github.com/americanexpress/vitruvius/compare/v2.0.1...v3.0.0) (2024-02-06) + + +### ⚠ BREAKING CHANGES + +* **node:** drops support for node versions <18.x + +### Features + +* **redux:** redux 5 compatible ([#47](https://github.com/americanexpress/vitruvius/issues/47)) ([e23b819](https://github.com/americanexpress/vitruvius/commit/e23b81951d494cfc15fcb39efa63ec4f25a1d0ad)) + + +### Miscellaneous Chores + +* **node:** drops support for node versions <18.x ([0d9708d](https://github.com/americanexpress/vitruvius/commit/0d9708dd701ee3cac29ce9540cae125f3e64bd77)) diff --git a/package-lock.json b/package-lock.json index 887d95f..f898ed7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@americanexpress/vitruvius", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@americanexpress/vitruvius", - "version": "2.0.1", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "@babel/cli": "^7.23.9", diff --git a/package.json b/package.json index 870cfb7..984b623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/vitruvius", - "version": "2.0.1", + "version": "3.0.0", "description": "Add buildInitialState method to your reducers", "main": "lib/index.js", "scripts": {