Skip to content

Commit

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

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

* chore: update readme

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

* chore: update finschia package version to v0.8.0

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

---------

Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed May 2, 2023
1 parent b399869 commit 8dfd5d4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
25 changes: 18 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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]

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

Expand Down
4 changes: 2 additions & 2 deletions packages/finschia/package.json
Original file line number Diff line number Diff line change
@@ -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 <zemyblue@users.noreply.github.com>",
"loin3 <55660267+loin3@users.noreply.github.com>",
Expand Down

0 comments on commit 8dfd5d4

Please sign in to comment.