Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.1](v1.0.4...v2.0.0-beta.1) (2024-04-04)

### breaking

* remove axios and support to node <20 ([ab1627d](ab1627d))

### Bug Fixes

* fix action payload ([832c925](832c925))
* migrate from ts-node to tsx and update dependencies ([0243330](0243330))

### Features

* update resources to schema v1.0.4 ([fbd74ca](fbd74ca))

### BREAKING CHANGES

* remove axios and support to node <20
  • Loading branch information
semantic-release-bot committed Apr 4, 2024
1 parent de3f118 commit c175aed
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.0.0-beta.1](https://github.com/commercelayer/provisioning-sdk/compare/v1.0.4...v2.0.0-beta.1) (2024-04-04)


### breaking

* remove axios and support to node <20 ([ab1627d](https://github.com/commercelayer/provisioning-sdk/commit/ab1627d9d7ab79ddedfd1eb4031afc05341a592a))


### Bug Fixes

* fix action payload ([832c925](https://github.com/commercelayer/provisioning-sdk/commit/832c92588ebf137f681e2a3a7e4ccd40e202210e))
* migrate from ts-node to tsx and update dependencies ([0243330](https://github.com/commercelayer/provisioning-sdk/commit/02433307746d7847132c7ac09a18282fb6621986))


### Features

* update resources to schema v1.0.4 ([fbd74ca](https://github.com/commercelayer/provisioning-sdk/commit/fbd74caa90ae05253bf67080baa94c4210bdcd77))


### BREAKING CHANGES

* remove axios and support to node <20

## [1.0.4](https://github.com/commercelayer/provisioning-sdk/compare/v1.0.3...v1.0.4) (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/provisioning-sdk",
"version": "1.0.4",
"version": "2.0.0-beta.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.mjs",
Expand Down

0 comments on commit c175aed

Please sign in to comment.