Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
Just dropping peerDeps to keep bundling into jscs
  • Loading branch information
qfox committed Dec 8, 2015
1 parent d4e28d8 commit 9011e59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

## [v1.3.1] - 2015-12-09

This is more like cosmetic patch release to keep bundling into `jscs`.
It was a bad idea to add back peerDeps.

### Misc
* [[`d4e28d85f7`](https://github.com/jscs-dev/jscs-jsdoc/commit/d4e28d85f7)] - **Chore**: drop peer deps (there is no way to use it) (Alexey Yaroshevich)
* [[`bb3e784377`](https://github.com/jscs-dev/jscs-jsdoc/commit/bb3e784377)] - **Chore**: drop rudimentary compiled browserified version (Alexey Yaroshevich)

## [v1.3.0] - 2015-12-05

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`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jscs-jsdoc",
"author": "Alexej Yaroshevich <[email protected]>",
"description": "JSCS jsdoc plugin",
"version": "1.3.0",
"version": "1.3.1",
"main": "lib/index",
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
"license": "MIT",
Expand Down

0 comments on commit 9011e59

Please sign in to comment.