Skip to content

Commit

Permalink
chore(master): release js-lib 3.0.0 (#110)
Browse files Browse the repository at this point in the history
* chore(master): release js-lib 2.3.0

* fix!: update CHANGELOG.md

* Update package.json version

* Update CHANGELOG.md

* fix: update package-lock.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tomicvladan <[email protected]>
  • Loading branch information
github-actions[bot] and tomicvladan authored Mar 24, 2023
1 parent fee8333 commit 2484e50
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions js-library/js-library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.0.0](https://github.com/fairDataSociety/fdp-contracts/compare/fdp-contracts-js-lib-v2.2.0...fdp-contracts-js-lib-v3.0.0) (2023-03-24)


### Features

* dapp registry ([#104](https://github.com/fairDataSociety/fdp-contracts/issues/104)) ([8a386bd](https://github.com/fairDataSociety/fdp-contracts/commit/8a386bda6c1019ed9d1fac777dc6e40fcc1591cb))
* separated configurations for each contract (breaking change)

## [2.2.0](https://github.com/fairDataSociety/fdp-contracts/compare/fdp-contracts-js-lib-v2.1.0...fdp-contracts-js-lib-v2.2.0) (2023-03-23)


Expand Down
4 changes: 2 additions & 2 deletions js-library/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 js-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fairdatasociety/fdp-contracts-js",
"version": "2.2.0",
"version": "3.0.0",
"description": "Library for interaction with FDS contracts",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 2484e50

Please sign in to comment.