Skip to content

Commit

Permalink
Dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsz committed Jun 4, 2020
1 parent 56a36c0 commit 331bf05
Show file tree
Hide file tree
Showing 9 changed files with 645 additions and 2,491 deletions.
5 changes: 5 additions & 0 deletions 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.4.0] - 2020-06-04
### Changed
- Updated dependencies

## [1.3.0] - 2019-03-20
### Changed
- Version bump to prevent breaking changes
Expand All @@ -27,6 +31,7 @@ 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.4.0]: https://github.com/kasparsz/jquery-plugin-generator/compare/v1.3.0...v1.4.0
[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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2019, Kaspars Zuks.
Copyright (c) 2015-2020, Kaspars Zuks.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $ npm install -d && npm test

## License

Copyright © 2019, [Kaspars Zuks](https://github.com/kasparsz).
Copyright © 2020, [Kaspars Zuks](https://github.com/kasparsz).
Released under the [MIT license](https://github.com/kasparsz/jquery-plugin-generator/blob/master/LICENSE).

[npm-url]: https://npmjs.org/package/jquery-plugin-generator
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery-plugin-generator.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jquery-plugin-generator <https://github.com/kasparsz/jquery-plugin-generator>
*
* Copyright (c) 2019, Kaspars Zuks.
* Copyright (c) 2020, Kaspars Zuks.
* Licensed under the MIT License.
*/

Expand Down
1 change: 1 addition & 0 deletions dist/jquery-plugin-generator.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 331bf05

Please sign in to comment.