Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsz committed Mar 20, 2019
1 parent bf0e764 commit 56a36c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.3.0] - 2019-03-20
### Changed
- Version bump to prevent breaking changes

## [1.2.2] - 2019-03-20
### Changed
- Updated dependencies
Expand All @@ -23,6 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Call ```setOptions``` method on sub-sequent calls [\#1](https://github.com/kasparsz/jquery-plugin-generator/issues/1)

[1.2.2]: https://github.com/kasparsz/jquery-plugin-generator/compare/v1.2.0...v1.2.2
[1.3.0]: https://github.com/kasparsz/jquery-plugin-generator/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/kasparsz/jquery-plugin-generator/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/kasparsz/jquery-plugin-generator/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-plugin-generator",
"description": "jQuery plugin generator from classes / functions",
"version": "1.2.2",
"version": "1.3.0",
"homepage": "https://github.com/kasparsz/jquery-plugin-generator",
"repository": "kasparsz/jquery-plugin-generator",
"bugs": {
Expand Down

0 comments on commit 56a36c0

Please sign in to comment.