Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Carlucci committed Nov 7, 2018
1 parent 13137a1 commit 8d5e1e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v1.1.3](https://github.com/mcarlucci/layercake/compare/v1.1.2...v1.1.3) - 2018-11-07

### Commits

- chore(tests): add unit testing [`874d490`](https://github.com/mcarlucci/layercake/commit/874d490e66c3d5139b27d6d64a0de63186e606ef)
- fix(lib): always get highest z-index when decrementing global [`13137a1`](https://github.com/mcarlucci/layercake/commit/13137a1f4385bcd2a7baa2848e711e08fa52285c)

## [v1.1.2](https://github.com/mcarlucci/layercake/compare/v1.1.1...v1.1.2) - 2018-10-30

### Commits
Expand Down
2 changes: 1 addition & 1 deletion dist/layercake.es.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
layercake-js: A deliciously automated z-index manager
@version v1.1.2
@version v1.1.3
@link https://github.com/mcarlucci/layercake#readme
@author Matt Carlucci <[email protected]> (mcarlucci.com)
@license ISC
Expand Down
2 changes: 1 addition & 1 deletion dist/layercake.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
layercake-js: A deliciously automated z-index manager
@version v1.1.2
@version v1.1.3
@link https://github.com/mcarlucci/layercake#readme
@author Matt Carlucci <[email protected]> (mcarlucci.com)
@license ISC
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": "layercake-js",
"version": "1.1.2",
"version": "1.1.3",
"description": "A deliciously automated z-index manager",
"main": "dist/layercake.js",
"module": "dist/layercake.es.js",
Expand Down

0 comments on commit 8d5e1e8

Please sign in to comment.