Skip to content

Commit

Permalink
chore(release): 6.0.0-alfa.1 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-alfa.1](v5.29.0-alfa.2...v6.0.0-alfa.1) (2024-03-12)

### Performance Improvements

* remove support to node.js <20.x ([250f5df](250f5df))

### BREAKING CHANGES

* remove support to node.js <20.x
  • Loading branch information
semantic-release-bot committed Mar 12, 2024
1 parent 5e60291 commit f07ce22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.0.0-alfa.1](https://github.com/commercelayer/commercelayer-sdk/compare/v5.29.0-alfa.2...v6.0.0-alfa.1) (2024-03-12)


### Performance Improvements

* remove support to node.js <20.x ([250f5df](https://github.com/commercelayer/commercelayer-sdk/commit/250f5df109670c0748969c6355c8123191bfa5ae))


### BREAKING CHANGES

* remove support to node.js <20.x

# [5.29.0-alfa.2](https://github.com/commercelayer/commercelayer-sdk/compare/v5.29.0-alfa.1...v5.29.0-alfa.2) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/sdk",
"version": "5.29.0-alfa.2",
"version": "6.0.0-alfa.1",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit f07ce22

Please sign in to comment.