Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
chore(release): 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 19, 2018
1 parent 5c41e40 commit 91abe96
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.3.1"></a>
## [0.3.1](https://github.com/webpack-contrib/babel-minify-webpack-plugin/compare/v0.3.0...v0.3.1) (2018-03-19)


### Bug Fixes

* **index:** `tapable` deprecation warnings (`webpack >= v4.0.0`) ([#81](https://github.com/webpack-contrib/babel-minify-webpack-plugin/issues/81)) ([5c41e40](https://github.com/webpack-contrib/babel-minify-webpack-plugin/commit/5c41e40))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/webpack-contrib/babel-minify-webpack-plugin/compare/v0.2.0...v0.3.0) (2018-02-07)

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.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-minify-webpack-plugin",
"version": "0.3.0",
"version": "0.3.1",
"description": "babel-minify plugin for webpack",
"author": "boopathi (@boopathi)",
"license": "MIT",
Expand All @@ -12,20 +12,19 @@
"dist"
],
"scripts": {
"ci:test": "npm run test",
"start": "npm run build -- -w",
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
"clean": "del-cli dist",
"fix": "eslint src/ test/*.js --fix",
"lint": "eslint --cache src test",
"lint-staged": "lint-staged",
"prepare": "npm run build",
"release": "standard-version",
"security": "nsp check",
"start": "npm run build -- -w",
"test": "jest",
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
"test:watch": "jest --watch",
"ci:test": "npm run test",
"travis:coverage": "npm run test:coverage -- --runInBand",
"travis:lint": "npm run lint && npm run security",
"travis:test": "npm run test -- --runInBand",
Expand Down

0 comments on commit 91abe96

Please sign in to comment.