Skip to content

Commit

Permalink
Merge pull request #4 from m5kr1pka/release-v1.0.4
Browse files Browse the repository at this point in the history
chore: release 1.0.4
  • Loading branch information
m5kr1pka authored Sep 8, 2021
2 parents ab71d4e + a0dce2e commit 16c4cb6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

### [1.0.4](https://www.github.com/m5kr1pka/canvas-scroll-clip/compare/v1.0.3...v1.0.4) (2021-09-08)


### Bug Fixes

* **ci:** semantic-release issue with commiting release notes ([70bc291](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/70bc2911860e513ed5b20caa1dbde9023477b73d))
* **ci:** SemVer changelog module install ([66ac588](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/66ac588d72cd1aca64cf70409af6d4eea7e00c75))
* **ci:** setup git author config to bypass branch protection ([29f7129](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/29f7129d9483a13fa7f1bd95b20fd92474c2febe))
* **common:** Removed semantic-release and moved to SemVer ([ab71d4e](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/ab71d4e612c76f702cbf4fe83f3838325b900aad))
* **common:** semantic-release/git module install ([bcf0534](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/bcf05348281f867a0fdf54646d67d04f6ec70dc4))
* **common:** updated workflow for semver test ([a3b39de](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/a3b39de63e839da3c879484b86e94bd6c8a36723))


### Performance Improvements

* **core:** SemVer configuration changes ([2eeb866](https://www.github.com/m5kr1pka/canvas-scroll-clip/commit/2eeb866cb69a0af6d76a60eeacba9676818a2a28))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-scroll-clip",
"version": "1.0.3",
"version": "1.0.4",
"description": "Canvas based image sequence scroll animation. Zero dependencies.",
"author": "Mantas Skripkauskas (https://github.com/m5kr1pka)",
"homepage": "https://github.com/m5kr1pka/canvas-scroll-clip",
Expand Down Expand Up @@ -65,4 +65,4 @@
"typedoc": "^0.21.5",
"typescript": "^4.3.5"
}
}
}

0 comments on commit 16c4cb6

Please sign in to comment.