From 8a80c40a0a3a488591976977392241fc243789bb Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:23:53 -0400 Subject: [PATCH] chore(release): prepare for v0.1.0 --- CHANGELOG.md | 87 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- 3 files changed, 90 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da92e90 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,87 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.1.0] - 2023-10-02 + +### Bug Fixes + +- Add .idea to gitignore + +### Features + +- Add token create event handling ([#116](https://github.com/liftedinit/many-js/issues/116)) +- Release script ([#117](https://github.com/liftedinit/many-js/issues/117)) + +## [0.1.0-alpha.13] - 2023-09-21 + +### Features + +- Illegal address ([#115](https://github.com/liftedinit/many-js/issues/115)) +- Dweb support ([#114](https://github.com/liftedinit/many-js/issues/114)) + +## [0.1.0-alpha.12] - 2023-08-21 + +### Features + +- Support kvstore key filtering ([#112](https://github.com/liftedinit/many-js/issues/112)) + +### Miscellaneous Tasks + +- Bump version ([#113](https://github.com/liftedinit/many-js/issues/113)) + +## [0.1.0-alpha.11] - 2023-07-06 + +### Bug Fixes + +- Add namespace for blockchain module ([#107](https://github.com/liftedinit/many-js/issues/107)) +- KVStore.list takes args ([#109](https://github.com/liftedinit/many-js/issues/109)) +- Check for map ([#110](https://github.com/liftedinit/many-js/issues/110)) + +### Features + +- Mint and Burn tokens ([#106](https://github.com/liftedinit/many-js/issues/106)) +- KVStore.list ([#108](https://github.com/liftedinit/many-js/issues/108)) +- Compute poc ([#111](https://github.com/liftedinit/many-js/issues/111)) + +## [0.1.0-alpha.10] - 2023-05-04 + +### Features + +- Mint & Burn Events ([#105](https://github.com/liftedinit/many-js/issues/105)) + +### Testing + +- Integration tests for v1 ([#103](https://github.com/liftedinit/many-js/issues/103)) + +## [0.1.0-alpha.9] - 2023-03-01 + +### Bug Fixes + +- Token Creation response ([#92](https://github.com/liftedinit/many-js/issues/92)) +- Memos, cborData ([#94](https://github.com/liftedinit/many-js/issues/94)) +- Kvstore improvements (address param, transfer method) ([#93](https://github.com/liftedinit/many-js/issues/93)) +- Memo type should be (string | ArrayBuffer)[] ([#96](https://github.com/liftedinit/many-js/issues/96)) + +## [0.1.0-alpha.7] - 2023-01-12 + +### Features + +- Update package version to 0.1.0-alpha.7 ([#89](https://github.com/liftedinit/many-js/issues/89)) + +## [0.1.0-alpha.6] - 2022-12-22 + +### Bug Fixes + +- Remove comments +- More comments +- Update package.json ([#82](https://github.com/liftedinit/many-js/issues/82)) +- Send tagged addresses ([#83](https://github.com/liftedinit/many-js/issues/83)) + +### Features + +- Update package.json, update jest library ([#75](https://github.com/liftedinit/many-js/issues/75)) +- Support for tokens namespace ([#81](https://github.com/liftedinit/many-js/issues/81)) +- KVStore implementation ([#86](https://github.com/liftedinit/many-js/issues/86)) +- Update package version to v0.1.0-alpha.6 ([#87](https://github.com/liftedinit/many-js/issues/87)) + diff --git a/package-lock.json b/package-lock.json index 7d4f921..5ec24ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@liftedinit/many-js", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@liftedinit/many-js", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "dependencies": { "@types/crc": "^3.4.0", "@types/jest": "^27.0.3", diff --git a/package.json b/package.json index e951705..d7dc184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liftedinit/many-js", - "version": "0.1.0-alpha.13", + "version": "0.1.0", "homepage": "https://github.com/liftedinit/many-js", "main": "dist/index.js", "files": [