Skip to content

Commit

Permalink
chore(release): 🤖 1.3.0
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2022-03-21)

### Bug Fixes

* 🐛readme table of content links ([bf1a973](bf1a973))

### Features

* 🎸 added new token field ([#101](#101)) ([fd658f5](fd658f5))
* 🎸 Price column in transaction tables ([47fb269](47fb269))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent fcbffd7 commit 5f03be8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/Psychedelic/cap-explorer/compare/v1.2.0...v1.3.0) (2022-03-21)


### Bug Fixes

* 🐛readme table of content links ([bf1a973](https://github.com/Psychedelic/cap-explorer/commit/bf1a973541866874490a57b1c3c6d3147dd55938))


### Features

* 🎸 added new token field ([#101](https://github.com/Psychedelic/cap-explorer/issues/101)) ([fd658f5](https://github.com/Psychedelic/cap-explorer/commit/fd658f5d92f6fac3f7b877bf0d2fec03fdd845e1))
* 🎸 Price column in transaction tables ([47fb269](https://github.com/Psychedelic/cap-explorer/commit/47fb269f2eda12ff2d709f3b0e91a313f16f8310))

# [1.2.0](https://github.com/Psychedelic/cap-explorer/compare/v1.1.0...v1.2.0) (2022-01-14)


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
Expand Up @@ -92,5 +92,5 @@
"node": ">=16",
"npm": ">=7"
},
"version": "1.2.0"
"version": "1.3.0"
}
4 changes: 2 additions & 2 deletions packages/dashboard/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 packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "1.2.0",
"version": "1.3.0",
"keywords": [
"package",
"typescript"
Expand Down

0 comments on commit 5f03be8

Please sign in to comment.