Skip to content

Commit

Permalink
Publish 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Mar 23, 2018
1 parent 1672b8a commit 8da2edf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# Changelog

## Unreleased

## 4.1.0
2018-03-23

* Upgrade browserslist (3.1.1) and caniuse-lite (1.0.30000810) [\#85](https://github.com/anandthakker/doiuse/pull/85)
* Update font-unicode-range [\#80](https://github.com/anandthakker/doiuse/pull/80)
* Conform to browserslist API [\#81](https://github.com/anandthakker/doiuse/pull/81)
* Upgrade browserslist (3.2.1) and caniuse-lite (1.0.30000819)
* Drop node 4 support

## 4.0.0
2017-10-09

* **Breaking:** No longer throws an error for unrecognised node types [\#75](https://github.com/anandthakker/doiuse/pull/75)

## 3.0.1
2017-08-24

* Fix config not found due to missing parameter

## 3.0.0
2017-05-15

* Remove Node.js 0.12 support
* Use PostCSS 6
* Use Browserslist 2
Expand All @@ -25,10 +33,12 @@

## 2.0.2
2015-10-16

* Use PostCSS 'warn' API, add feature id in reported results

## 2.0.1
2015-10-13

* **Breaking:** Add option to ignore rules
* clean up README, add Gulp example
* update node versions on travis
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doiuse",
"version": "4.0.0",
"version": "4.1.0",
"description": "Lint CSS for browser support against caniuse database",
"main": "lib/doiuse.js",
"bin": "./cli.js",
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"scripts": {
"test": "standard && tape test/*.js",
"babel": "babel -d lib/ src/",
"pretest": "npm run babel",
"prepare": "npm run babel"
"build": "babel -d lib/ src/",
"pretest": "npm run build",
"prepare": "npm run build"
}
}

0 comments on commit 8da2edf

Please sign in to comment.