Skip to content

Commit 53d6e75

Browse files
3.0.0
1 parent ef31b28 commit 53d6e75

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [v3.0.0] - 2019-06-01
9+
10+
### Deprecated
11+
- Node 6 support [`ef31b28`](https://github.com/philipbordallo/postcss-stack/commit/ef31b28), [`2a89a70`](https://github.com/philipbordallo/postcss-stack/commit/2a89a70)
12+
813
## [v2.2.0] - 2019-05-29
914

1015

@@ -53,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5358
- Setup library and tests [`d925cbf`](https://github.com/philipbordallo/postcss-stack/commit/d925cbfba25175793bb2aa32c55b9f5f26ee0c6b)
5459

5560

61+
[v3.0.0]: https://github.com/philipbordallo/postcss-stack/compare/v2.2.0...v3.0.0
62+
[v2.2.0]: https://github.com/philipbordallo/postcss-stack/compare/v2.1.0...v2.2.0
5663
[v2.1.0]: https://github.com/philipbordallo/postcss-stack/compare/v2.0.0...v2.1.0
5764
[v2.0.0]: https://github.com/philipbordallo/postcss-stack/compare/v1.5.0...v2.0.0
5865
[v1.5.0]: https://github.com/philipbordallo/postcss-stack/compare/v1.4.0...v1.5.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-stack",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "A better way to manage z-indexes",
55
"author": "Philip Bordallo",
66
"license": "MIT",

0 commit comments

Comments
 (0)