Skip to content

Commit 9011e59

Browse files
committed
v1.3.1
Just dropping peerDeps to keep bundling into jscs
1 parent d4e28d8 commit 9011e59

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [unreleased]
77

8+
## [v1.3.1] - 2015-12-09
9+
10+
This is more like cosmetic patch release to keep bundling into `jscs`.
11+
It was a bad idea to add back peerDeps.
12+
13+
### Misc
14+
* [[`d4e28d85f7`](https://github.com/jscs-dev/jscs-jsdoc/commit/d4e28d85f7)] - **Chore**: drop peer deps (there is no way to use it) (Alexey Yaroshevich)
15+
* [[`bb3e784377`](https://github.com/jscs-dev/jscs-jsdoc/commit/bb3e784377)] - **Chore**: drop rudimentary compiled browserified version (Alexey Yaroshevich)
16+
817
## [v1.3.0] - 2015-12-05
918

1019
It was more than 2 months gap since the last release and here we are with a couple of bug fixes and better ES2015 support. A big part of fixes related to `requireDescriptionCompleteSentence` rule. If you had troubles with it you can give it a try now. `enforceExistence` now supports ES2015 exports and treats it like CommonJS `module.exports`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jscs-jsdoc",
33
"author": "Alexej Yaroshevich <alex@qfox.ru>",
44
"description": "JSCS jsdoc plugin",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"main": "lib/index",
77
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
88
"license": "MIT",

0 commit comments

Comments
 (0)