diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cf7b3f..1343ff85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,27 @@ # CHANGELOG -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + + +## [v0.8.0] + +### Added + - [\#69](https://github.com/Finschia/finschia-js/pull/69) apply the changes of `x/token` and `x/collection` protos - [\#71](https://github.com/Finschia/finschia-js/pull/71) @lbmjs/finschia: Add custom GetBlockWithTxs for lbm - [\#77](https://github.com/Finschia/finschia-js/pull/77) @lbmjs/finschia: Enable amino sign store msgs in `wasm` and `wasmplus` @@ -21,17 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [\#82](https://github.com/Finschia/finschia-js/pull/82) prepare open (change lbm to finschia) - [\#90](https://github.com/Finschia/finschia-js/pull/90) change lbmjs-types to finschia-proto -### Deprecated - -### Removed - ### Fixed - [\#73](https://github.com/Finschia/finschia-js/pull/73) fix the local unit test error - [\#88](https://github.com/Finschia/finschia-js/pull/88) apply changed event in finschia v1.0.0-rc6 to pass tests - [\#91](https://github.com/Finschia/finschia-js/pull/91) ci fix not to pusblish on release -### Security ## [v0.7.2] @@ -108,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#7]: https://github.com/Finschia/finschia-js/pull/7 [#14]: https://github.com/Finschia/finschia-js/pull/14 -[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.7.2...HEAD +[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.8.0...HEAD +[v0.8.0]: https://github.com/Finschia/finschia-js/compare/v0.7.2...v0.8.0 [v0.7.2]: https://github.com/Finschia/finschia-js/compare/v0.7.1...v0.7.2 [v0.7.1]: https://github.com/Finschia/finschia-js/compare/v0.7.0...v0.7.1 [v0.7.0]: https://github.com/Finschia/finschia-js/compare/v0.4.0...v0.7.0 diff --git a/README.md b/README.md index d76e7565..38ec91df 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ finschia-js is a library that consists of many smaller npm packages within the [@finschia namespace](https://www.npmjs.com/org/finschia), a so called monorepo. Here are some of them to get an idea: -| Package | Description | Latest | -| --------------------------------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -| [@finschia/finschia](packages/finschia) | A client library for the Finschia v1.0.0-rc0+ | [![npm version](https://img.shields.io/npm/v/@finschia/finschia.svg)](https://www.npmjs.com/package/@finschia/finschia) | +| Package | Description | Latest | +| --------------------------------------- |-------------------------------------------| ----------------------------------------------------------------------------------------------------------------------- | +| [@finschia/finschia](packages/finschia) | A client library for the Finschia v1.0.0+ | [![npm version](https://img.shields.io/npm/v/@finschia/finschia.svg)](https://www.npmjs.com/package/@finschia/finschia) | ## Supported JS environments diff --git a/packages/finschia/package.json b/packages/finschia/package.json index 3f1d2bac..7f0fc2c4 100644 --- a/packages/finschia/package.json +++ b/packages/finschia/package.json @@ -1,7 +1,7 @@ { "name": "@finschia/finschia", - "version": "1.0.0", - "description": "Utilities for FINSCHIA v1.0.0-rc0", + "version": "0.8.0", + "description": "Utilities for FINSCHIA v1.0.0", "contributors": [ "zemyblue ", "loin3 <55660267+loin3@users.noreply.github.com>",