Skip to content

Commit

Permalink
chore(release): prepare for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Oct 2, 2023
1 parent 337aa82 commit 8a80c40
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 3 deletions.
87 changes: 87 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8a80c40

Please sign in to comment.