Skip to content

Commit 675ab31

Browse files
committed
Update CHANGELOG and bump version
1 parent 3d9f8ac commit 675ab31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6-
## [Unreleased]
6+
## [3.3.1] - 2015-09-01
77
### Changed
88
* Update dependencies
99
* Update changelog to follow the Keep a CHANGELOG standards
@@ -12,7 +12,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1212
### Fixed
1313
* Fix `jsx-closing-bracket-location` for multiline props ([#199][])
1414

15-
[Unreleased]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.0...HEAD
15+
[3.3.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.0...v3.3.1
1616
[#198]: https://github.com/yannickcr/eslint-plugin-react/pull/198
1717
[#199]: https://github.com/yannickcr/eslint-plugin-react/issues/199
1818

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)