Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbordallo committed Apr 26, 2020
1 parent 184d85d commit a1e519d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
21 changes: 15 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,36 @@ 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).


## [v4.0.0] - 2020-04-26

### Removed
- Node 8 support [`184d85d`](https://github.com/philipbordallo/postcss-stack/commit/184d85d)

### Updated
- Dependencies [`15eaf18`](https://github.com/philipbordallo/postcss-stack/commit/15eaf18), [`304a683`](https://github.com/philipbordallo/postcss-stack/commit/304a683), [`8fd2e03`](https://github.com/philipbordallo/postcss-stack/commit/8fd2e03), [`2d66864`](https://github.com/philipbordallo/postcss-stack/commit/2d66864), [`07b1058`](https://github.com/philipbordallo/postcss-stack/commit/07b1058)

## [v3.0.1] - 2019-07-28

### Changed
### Updated
- Dependencies [`9f7475e`](https://github.com/philipbordallo/postcss-stack/commit/9f7475e)

## [v3.0.0] - 2019-06-01

### Deprecated
### Removed
- Node 6 support [`ef31b28`](https://github.com/philipbordallo/postcss-stack/commit/ef31b28), [`2a89a70`](https://github.com/philipbordallo/postcss-stack/commit/2a89a70)

## [v2.2.0] - 2019-05-29


## [v2.1.0] – 2019-02-18

### Changed
### Updated
- Dependencies [`b27d505`](https://github.com/philipbordallo/postcss-stack/commit/b27d505), [`59dc951`](https://github.com/philipbordallo/postcss-stack/commit/59dc951)
- Documentation [`1b6cdf7`](https://github.com/philipbordallo/postcss-stack/commit/1b6cdf7), [`2d819ed`](https://github.com/philipbordallo/postcss-stack/commit/2d819ed)

## [v2.0.0] – 2019-02-03

### Changed
### Updated
- List option to take a function and improve tests [`bad7307`](https://github.com/philipbordallo/postcss-stack/commit/bad7307c95868ee0a49e9ad545ce59934b19c9cf)

### Removed
Expand All @@ -47,8 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [v1.3.0] – 2018-09-06

### Changed
- Update to Babel 7 [`8600ea8`](https://github.com/philipbordallo/postcss-stack/commit/8600ea845af02483ee9b3d9d7b8b3b1deeb9166a)
### Updated
- Babel to version 7 [`8600ea8`](https://github.com/philipbordallo/postcss-stack/commit/8600ea845af02483ee9b3d9d7b8b3b1deeb9166a)


## [v1.2.0] – 2018-07-26
Expand All @@ -63,6 +71,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)


[v4.0.0]: https://github.com/philipbordallo/postcss-stack/compare/v3.0.1...v4.0.0
[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
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": "postcss-stack",
"version": "3.0.1",
"version": "4.0.0",
"description": "A better way to manage z-indexes",
"author": "Philip Bordallo",
"license": "MIT",
Expand Down

0 comments on commit a1e519d

Please sign in to comment.