Skip to content

Commit

Permalink
prepare 2.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Dec 27, 2018
1 parent 952c000 commit 28277c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.5.3] - 2018-12-27

### Fixed

- Add missing properties to FindPathOpts (#106)

### Changed

- Change `EventType` to an interface with a type argument (#110)

## [2.5.2] - 2018-11-09

### Added
Expand Down Expand Up @@ -199,7 +209,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial public `npm` release.

[unreleased]: https://github.com/screepers/typed-screeps/compare/v2.5.1...HEAD
[unreleased]: https://github.com/screepers/typed-screeps/compare/v2.5.3...HEAD
[2.5.3]: https://github.com/screepers/typed-screeps/compare/v2.5.2...v2.5.3
[2.5.2]: https://github.com/screepers/typed-screeps/compare/v2.5.1...v2.5.2
[2.5.1]: https://github.com/screepers/typed-screeps/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/screepers/typed-screeps/compare/v2.4.1...v2.5.0
[2.4.1]: https://github.com/screepers/typed-screeps/compare/v2.4.0...v2.4.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-screeps",
"version": "2.5.2",
"version": "2.5.3",
"description": "Strong TypeScript declarations for the game Screeps.",
"repository": "screepers/typed-screeps",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 28277c4

Please sign in to comment.