Skip to content

Commit

Permalink
Release finschia-js v0.9.0 (#107)
Browse files Browse the repository at this point in the history
* chore: update changelog for release v0.9.0

Signed-off-by: zemyblue <zemyblue@gmail.com>

* chore: fix table format and typo in README.md

Signed-off-by: zemyblue <zemyblue@gmail.com>

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Oct 25, 2023
1 parent 5c1358a commit 3bcbb93
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -16,17 +31,13 @@ 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

### Fixed
- [\#103](https://github.com/Finschia/finschia-js/pull/103) fix publish ci error, bump up node version

### Security


## [v0.8.0]

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bcbb93

Please sign in to comment.