diff --git a/CHANGELOG.md b/CHANGELOG.md index ade05bf..e2696d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.0-dev.1](https://github.com/starkware-libs/starkex-js/compare/v0.0.6...v0.1.0-dev.1) (2022-09-05) + + +### 🧩 Features + +* **2847512314:** Add Stark Error Code ([#16](https://github.com/starkware-libs/starkex-js/issues/16)) ([b276cda](https://github.com/starkware-libs/starkex-js/commit/b276cdae756e01461252472e5b5e7cc348e4e1e1)) + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index f8e3a27..2202955 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@starkware-industries/starkex-js", - "version": "1.0.0", + "version": "0.1.0-dev.1", "description": "`starkex-js` is a JavaScript wrapper around the [StarkEx API](https://starkware.co/starkex/api/) that can be used in both NodeJS and Browser environments.", "keywords": [ "starkware",