Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
langri-sha committed May 15, 2017
1 parent 0599fd5 commit 277806b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log

## [1.3.0] - 2017-05-15
### Added
- Allow use of module with `.js` extension @bryanbecker #28

### Changed
- Improvements to the `README` @pranaygp @elgervb

## [1.2.0] - 2017-04-08
### Added
- Note for `serverPassword` option
Expand All @@ -15,6 +23,9 @@
- Support for pushing modules on build

[Unreleased]: https://github.com/langri-sha/screeps-webpack-plugin/commits/master
[1.3.0]: https://github.com/langri-sha/screeps-webpack-plugin/compare/1.2.0...v1.3.0
[1.2.0]: https://github.com/langri-sha/screeps-webpack-plugin/compare/1.1.0...v1.2.0
[1.1.0]: https://github.com/langri-sha/screeps-webpack-plugin/compare/1.0.1...v1.1.0
[1.0.1]: https://github.com/langri-sha/screeps-webpack-plugin/compare/107769c...v1.0.1

[#28]: https://github.com/langri-sha/screeps-webpack-plugin/pull/28
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screeps-webpack-plugin",
"version": "1.2.0",
"version": "1.3.0",
"description": "Compile your AI against a Screeps server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 277806b

Please sign in to comment.