Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 6, 2024
1 parent ac55213 commit f421595
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 &lt;18.x ([0d9708d](https://github.com/americanexpress/vitruvius/commit/0d9708dd701ee3cac29ce9540cae125f3e64bd77))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit f421595

Please sign in to comment.