Skip to content

Commit

Permalink
chore: release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and uxder committed Jul 11, 2021
1 parent 89bb3f3 commit 43cf784
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://www.github.com/blinkk/degu/compare/v1.4.1...v1.5.0) (2021-07-11)


### Features

* add IN_ONCE event to inview ([89bb3f3](https://www.github.com/blinkk/degu/commit/89bb3f360d8190c00c7897cdd712f01b2949de57))


### Bug Fixes

* handle loading errors in ScriptLoader ([#117](https://www.github.com/blinkk/degu/issues/117)) ([6e13cfe](https://www.github.com/blinkk/degu/commit/6e13cfed196d421d1e62765cf8047800e2d1c1b4))

### [1.4.1](https://www.github.com/blinkk/degu/compare/v1.4.0...v1.4.1) (2021-07-08)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blinkk/degu",
"version": "1.4.1",
"version": "1.5.0",
"description": "A general utility library for interactive websites, with a focus on performance.",
"author": "Blinkk <[email protected]>",
"main": "lib/index.js",
Expand Down

0 comments on commit 43cf784

Please sign in to comment.