Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#23)
Browse files Browse the repository at this point in the history
* chore(master): release 1.1.0

* chore: manually bump js-library version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Viktor Levente Tóth <[email protected]>
  • Loading branch information
github-actions[bot] and nugaon authored Jul 4, 2022
1 parent 05bc4b9 commit 30494c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions js-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.0](https://github.com/fairDataSociety/fdp-contracts/compare/v1.0.0...v1.1.0) (2022-07-04)


### Features

* **contracts:** BMT Chunk ([#19](https://github.com/fairDataSociety/fdp-contracts/issues/19)) ([b2a18a6](https://github.com/fairDataSociety/fdp-contracts/commit/b2a18a6a298fc07294f785187dacf3ff8ba590df))
* **contracts:** fds registrar contracts ([#26](https://github.com/fairDataSociety/fdp-contracts/issues/26)) ([74b9266](https://github.com/fairDataSociety/fdp-contracts/commit/74b9266ddede0c37f05719115f037aab33f33827))
* **contracts:** FDS Registrar specs passing with fdp-play dev environment ([#35](https://github.com/fairDataSociety/fdp-contracts/issues/35)) ([ae1c3a3](https://github.com/fairDataSociety/fdp-contracts/commit/ae1c3a3efa52377ee1fb5dbae21ce6ff69108ce5))
* **contracts:** File BMT inclusion proof ([#20](https://github.com/fairDataSociety/fdp-contracts/issues/20)) ([a52b2f4](https://github.com/fairDataSociety/fdp-contracts/commit/a52b2f4819371b17d4bf6f3818076917b1ae0782))

## 1.0.0 (2022-05-09)


Expand Down
2 changes: 1 addition & 1 deletion js-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fairdatasociety/fdp-contracts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Library for interaction with FDS contracts",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fdp-contracts",
"version": "1.0.0",
"version": "1.1.0",
"description": "Fair Data Protocol smart contracts and its utilities",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 30494c0

Please sign in to comment.