Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed May 22, 2020
1 parent 4b1420a commit 9fbd029
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.

### [1.0.0](https://github.com/webpack-contrib/coffee-loader/compare/v0.9.0...v1.0.0) (2020-05-22)

### BREAKING CHANGES

* minimum required Node.js version is `10.13.0`
* minimum required `webpack` version is `4.0.0`
* minimum required `coffeescript` version is `2.0.0`
* default value for the `sourceMap` option based on the value of the `compiler.devtool` option

### Features

* respect the `compiler.devtool` value for the `sourceMap` option
* developer can override CoffeeScript options

### Bug Fixes

* fix error reporting

<a name="0.9.0"></a>
# [0.9.0](https://github.com/webpack-contrib/coffee-loader/compare/v0.8.0...v0.9.0) (2017-10-25)

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": "coffee-loader",
"version": "0.9.0",
"version": "1.0.0",
"description": "coffee loader module for webpack",
"license": "MIT",
"repository": "webpack-contrib/coffee-loader",
Expand Down

0 comments on commit 9fbd029

Please sign in to comment.