Skip to content

Commit

Permalink
🔖 Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 15, 2022
1 parent 4dd06ba commit a7fb2bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.5 (2022-12-15)
### Fixed
- Fix invalid module path in package.json

## 0.0.4 (2022-09-22)
### Added
- Add amino definition for x/iscn and x/likenft
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@likecoin/iscn-message-types",
"version": "0.0.4",
"version": "0.0.5",
"description": "Provides javascript/typescript protobuf message definition for ISCN messsage.",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"module": "./dist/module/index.js",
"files": [
"dist/",
"proto/",
Expand Down

0 comments on commit a7fb2bc

Please sign in to comment.