Skip to content

Commit 4ee12bf

Browse files
committed
chore(release): 1.0.0
1 parent 94c40ce commit 4ee12bf

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/marviq/coffee-jshint/compare/v0.2.7...v1.0.0) (2017-10-03)
7+
8+
9+
### Chores
10+
11+
* bump support to include CoffeeScript 2 (`<3`) ([94c40ce](https://github.com/marviq/coffee-jshint/commit/94c40ce))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* `peerDepencies` are now to [`coffeescript`](https://www.npmjs.com/package/coffeescript) in favor of the, now deprecated, [`coffee-script`](https://www.npmjs.com/package/coffee-script)
17+
18+
19+
520
<a name="0.2.7"></a>
621
## [0.2.7](https://github.com/marviq/coffee-jshint/compare/v0.2.6...v0.2.7) (2017-09-22)
722

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
"prepublishOnly": "make",
5252
"release": "standard-version"
5353
},
54-
"version": "0.2.7"
54+
"version": "1.0.0"
5555
}

0 commit comments

Comments
 (0)