Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Feb 6, 2022
1 parent 68df03d commit f7c7502
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>0.1.20 (2022-02-06)</small>

* Link directly from home into the explorer and not the ticker ([68df03d](https://github.com/block-core/blockcore-explorer/commit/68df03d))
* Update changelog ([1ee51ac](https://github.com/block-core/blockcore-explorer/commit/1ee51ac))



## <small>0.1.19 (2022-02-05)</small>

* Add prices on home page and 24 hour change difference ([88ee798](https://github.com/block-core/blockcore-explorer/commit/88ee798))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockcoreexplorer",
"version": "0.1.20",
"version": "0.1.21",
"license": "MIT",
"author": {
"name": "Blockcore",
Expand All @@ -18,7 +18,7 @@
"homepage": "https://github.com/block-core/blockcore-explorer#readme",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 3 && git add CHANGELOG.md"
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md"
},
"private": true,
"dependencies": {},
Expand Down

0 comments on commit f7c7502

Please sign in to comment.