From 15eaf18cc9941945e4831662a83e3e35b56eca9f Mon Sep 17 00:00:00 2001 From: Philip Bordallo Date: Sun, 28 Jul 2019 23:05:54 -0400 Subject: [PATCH] 3.0.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f918fad..b85717b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.0.1] - 2019-07-28 + +### Changed +- Dependencies [`9f7475e`](https://github.com/philipbordallo/postcss-stack/commit/9f7475e) + ## [v3.0.0] - 2019-06-01 ### Deprecated @@ -58,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Setup library and tests [`d925cbf`](https://github.com/philipbordallo/postcss-stack/commit/d925cbfba25175793bb2aa32c55b9f5f26ee0c6b) +[v3.0.1]: https://github.com/philipbordallo/postcss-stack/compare/v3.0.0...v3.0.1 [v3.0.0]: https://github.com/philipbordallo/postcss-stack/compare/v2.2.0...v3.0.0 [v2.2.0]: https://github.com/philipbordallo/postcss-stack/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/philipbordallo/postcss-stack/compare/v2.0.0...v2.1.0 diff --git a/package-lock.json b/package-lock.json index 8642506..5adbeb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "postcss-stack", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb744c1..0db791f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-stack", - "version": "3.0.0", + "version": "3.0.1", "description": "A better way to manage z-indexes", "author": "Philip Bordallo", "license": "MIT",