Skip to content

Commit

Permalink
release: 🏹 v0.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.1](v0.5.0...v0.5.1) (2022-08-16)

### Bug Fixes

* Added dist files to release build [#60](#60) ([8edae05](8edae05))
* Remove source map on dist script file ([10bb14a](10bb14a))
  • Loading branch information
semantic-release-bot committed Aug 16, 2022
1 parent 7325412 commit 18dc19b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.5.1](https://github.com/hamalt/scsaver/compare/v0.5.0...v0.5.1) (2022-08-16)


### Bug Fixes

* Added dist files to release build [#60](https://github.com/hamalt/scsaver/issues/60) ([8edae05](https://github.com/hamalt/scsaver/commit/8edae05e4939f7987e96b1891fd2bfea4709b775))
* Remove source map on dist script file ([10bb14a](https://github.com/hamalt/scsaver/commit/10bb14a09e93aefe10bdfb44c09f30ad9ae35fb8))

# [0.5.0](https://github.com/hamalt/scsaver/compare/v0.4.2...v0.5.0) (2022-08-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scsaver",
"version": "0.5.0",
"version": "0.5.1",
"description": "Web page screensaver JavaScript library.",
"main": "dist/scsaver.cjs.js",
"module": "dist/scsaver.es.js",
Expand Down

0 comments on commit 18dc19b

Please sign in to comment.