Skip to content

Commit

Permalink
Merge branch 'master' into bump-eslint-config-stripes
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Feb 6, 2025
2 parents e8308d5 + 4216bc7 commit 51d45b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* Turn off `<StrictMode>` when running tests. Refs STCLI-256.
* Check for `main` branch in `stripes platform pull` command. Refs STCLI-258.
* *BREAKING* bump `@folio/stripes-webpack` to `6.0.0`.
* *BREAKING* bump `NodeJS` to `v20`. Refs STCLI-260.
* Bump `@formatjs/cli` and `@formatjs/cli-lib` to their latest versions. Refs STCLI-262.
* *BREAKING* bump `@folio/eslint-config-stripes` to `8.0.0`.

## [3.2.0](https://github.com/folio-org/stripes-cli/tree/v3.2.0) (2024-10-09)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
"node": ">=20.0.0"
},
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 51d45b8

Please sign in to comment.