Skip to content

Commit

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

### Bug Fixes

* Fixed demo page code for develop [#77](#77) ([d684be1](d684be1))

### Features

* Included css file to dist dir [#77](#77) ([c7d5460](c7d5460))
  • Loading branch information
semantic-release-bot committed Aug 16, 2022
1 parent c7d5460 commit 87b9968
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.5.0](https://github.com/hamalt/scsaver/compare/v0.4.2...v0.5.0) (2022-08-16)


### Bug Fixes

* Fixed demo page code for develop [#77](https://github.com/hamalt/scsaver/issues/77) ([d684be1](https://github.com/hamalt/scsaver/commit/d684be1e03bb2a49fbe181b8bda1a30554ae5d21))


### Features

* Included css file to dist dir [#77](https://github.com/hamalt/scsaver/issues/77) ([c7d5460](https://github.com/hamalt/scsaver/commit/c7d5460fc29277e21f1772cf868f177618a0e4b4))

## [0.4.2](https://github.com/hamalt/scsaver/compare/v0.4.1...v0.4.2) (2022-08-15)


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.4.2",
"version": "0.5.0",
"description": "Web page screensaver JavaScript library.",
"main": "dist/scsaver.cjs.js",
"module": "dist/scsaver.es.js",
Expand Down

0 comments on commit 87b9968

Please sign in to comment.