Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Recidvst committed Jun 19, 2019
1 parent b79e001 commit b254642
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,5 +17,5 @@ deploy:
skip_cleanup: true
on:
branch: master
tags: true
tags: false
after_deploy: "echo 'Deployment complete'"
29 changes: 15 additions & 14 deletions VERSION.md
@@ -1,14 +1,15 @@
1.0.0: First release to npm
1.1.0: ...
1.2.0: ...
1.2.1: ...
1.2.2: ...
1.3.0: ...
1.3.1: ...
1.4.0: ...
1.4.1: Adding 'Text' config option
1.4.2: Adding 'scrambling' CSS class when active | unit tests introduced
1.5.0: Overhaul of code structure. Now offers export of various bundle options including UMD, ESM etc.
1.5.1: Adding analytics
1.5.2: Fix dependencies
1.6.0: Adding before and after (singular and overall) callbacks
1.0.0: First release to npm
1.1.0: ...
1.2.0: ...
1.2.1: ...
1.2.2: ...
1.3.0: ...
1.3.1: ...
1.4.0: ...
1.4.1: Adding 'Text' config option
1.4.2: Adding 'scrambling' CSS class when active | unit tests introduced
1.5.0: Overhaul of code structure. Now offers export of various bundle options including UMD, ESM etc.
1.5.1: Adding analytics
1.5.2: Fix dependencies
1.6.0: Adding before and after (singular and overall) callbacks
1.6.1: Fixing bug with randomTime generator
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
@@ -1,6 +1,6 @@
{
"name": "scrambling-letters",
"version": "1.6.0",
"version": "1.6.1",
"description": "A lightweight javascript library for scrambling letters within a piece of text, giving a nice decoding effect.",
"keywords": [
"scramble",
Expand Down

0 comments on commit b254642

Please sign in to comment.