Skip to content

Commit

Permalink
chore: bump version to 0.1.0 and build
Browse files Browse the repository at this point in the history
Bump version from 0.0.4 to 0.1.0 as a sign of increased maturity since the project now has automated tests and good code coverage.
  • Loading branch information
Haprog committed Apr 6, 2020
1 parent 091b2f9 commit 2e72370
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
20 changes: 14 additions & 6 deletions lib/hash-actions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/hash-actions.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/hash-actions.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "hash-actions",
"version": "0.0.4",
"version": "0.1.0",
"description": "A utility for working with the hashchange event and window.location.hash.",
"main": "lib/hash-actions.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/hash-actions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hash-actions v0.0.4 | Kari Söderholm | https://github.com/Haprog/hash-actions */
/*! hash-actions v0.1.0 | Kari Söderholm | https://github.com/Haprog/hash-actions */
window.hashActions = (() => {
const registeredHashes = [];
let oldHash = window.location.hash;
Expand Down

0 comments on commit 2e72370

Please sign in to comment.