Skip to content

Commit

Permalink
1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Carlucci committed Nov 22, 2018
1 parent 7d7f57c commit 5b16da0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ 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.12](https://github.com/mcarlucci/layercake/compare/v1.1.11...v1.1.12) - 2018-11-22

### Commits

- chore(images): use full path urls [`7d7f57c`](https://github.com/mcarlucci/layercake/commit/7d7f57cfe11a820fd07a1b90295292e2f22ab375)

## [v1.1.11](https://github.com/mcarlucci/layercake/compare/v1.1.10...v1.1.11) - 2018-11-22

### 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.11
@version v1.1.12
@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.11
@version v1.1.12
@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.11",
"version": "1.1.12",
"description": "A deliciously automated z-index manager",
"main": "dist/layercake.js",
"module": "dist/layercake.es.js",
Expand Down

0 comments on commit 5b16da0

Please sign in to comment.