From 3bcbb93a4f859b22c50e89797f68124eb964b4f5 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Wed, 25 Oct 2023 13:35:42 +0900 Subject: [PATCH] Release finschia-js v0.9.0 (#107) * chore: update changelog for release v0.9.0 Signed-off-by: zemyblue * chore: fix table format and typo in README.md Signed-off-by: zemyblue --------- Signed-off-by: zemyblue --- CHANGELOG.md | 25 ++++++++++++++++++++----- README.md | 4 ++-- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbf3449..fc024c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + + +## [v0.9.0] - 2023-10-24 + +### Added + - [\#98](https://github.com/Finschia/finschia-js/pull/98) bumpup cosmjs to 0.31.0 - [\#105](https://github.com/Finschia/finschia-js/pull/105) add `MsgUpdateCensorship` msg and `Censorship` query apis of x/foundation @@ -16,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [\#99](https://github.com/Finschia/finschia-js/pull/99) downgrade yarn3 to yarn1 - [\#102](https://github.com/Finschia/finschia-js/pull/102) bump up finschia-proto to v2.0.0-rc5 (apply the changes of finschia v2.0.0) -### Deprecated - ### Removed - [\#95](https://github.com/Finschia/finschia-js/pull/95) delete redundant download in workflow @@ -25,8 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - [\#103](https://github.com/Finschia/finschia-js/pull/103) fix publish ci error, bump up node version -### Security - ## [v0.8.0] @@ -128,7 +139,11 @@ 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.8.0...HEAD + + + +[unreleased]: https://github.com/Finschia/finschia-js/compare/v0.9.0...HEAD +[v0.9.0]: https://github.com/Finschia/finschia-js/compare/v0.8.0...v0.9.0 [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 diff --git a/README.md b/README.md index 38ec91df..27e0f5a2 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ finschia-js is a library that consists of many smaller npm packages within the 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+ | [![npm version](https://img.shields.io/npm/v/@finschia/finschia.svg)](https://www.npmjs.com/package/@finschia/finschia) | ## Supported JS environments -Currently the codebase supports the following runtime environments: +Currently, the codebase supports the following runtime environments: 1. Node.js 12+ 2. Modern browsers (Chromium/Firefox/Safari, no Internet Explorer or