Navigation Menu

Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjewiss committed May 10, 2018
1 parent 51a8bb4 commit 0844ec8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# master

# 4.0.0

* drop Node 4 support
* test against Node 10
* use version ranges for dependencies
* use new testing API
* add a service for using CSS variables in javascript
* add a documentation website using the dummy app

# 3.7.1

* fix `this.options` collision
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-postcss",
"version": "3.7.1",
"version": "4.0.0",
"description": "Use postcss to process your css with a large selection of JavaScript plug-ins.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 0844ec8

Please sign in to comment.