Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 4, 2023
1 parent 7eb714a commit 50af26b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/dxnter/lastfm-readme/compare/v1.2.0...v1.2.1) (2023-02-04)


### Bug Fixes

* republish version to NPM registry ([7eb714a](https://github.com/dxnter/lastfm-readme/commit/7eb714a12834d2ded6a3dd1b1048902f6799c68e))

## [1.1.1](https://github.com/dxnter/lastfm-readme/compare/v1.1.0...v1.1.1) (2023-02-04)


Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22204,7 +22204,7 @@ async function run() {
core.setOutput('readme-content', readme.content);
}
run().catch((error) => {
core.error(error);
core.setFailed(error);
process.exit(1);
});

Expand Down

0 comments on commit 50af26b

Please sign in to comment.