diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ffe97..db3c669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -- Added support for type predicates in `room.find` and similar functions ([#199](https://github.com/screepers/typed-screeps/pull/199)) -- Fixed typo in docstring ([#198](https://github.com/screepers/typed-screeps/pull/198)) +## [3.2.4] - 2021-08-21 + +### Added + +- Add `Game.GetObjectById` support for union of Id's ([#201](https://github.com/screepers/typed-screeps/pull/201)) +- Add support for type predicates in `room.find` and similar functions ([#199](https://github.com/screepers/typed-screeps/pull/199)) +- Add explicit `| undefined` to undefined types that may exist with an undefined value. + +### Fixed + +- Fix typo in docstring in `Flag` interface ([#198](https://github.com/screepers/typed-screeps/pull/198)) +- Fix function documentation. 10k per pixel ([#200](https://github.com/screepers/typed-screeps/pull/200)) + +## [3.2.3] + +This version was pushed by DefinitelyTyped maintainers, not present in this repository. ## [3.2.2] - 2021-03-14 diff --git a/dist/index.d.ts b/dist/index.d.ts index 2c1a49e..22d5f3f 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Screeps 3.2.2 +// Type definitions for Screeps 3.2.4 // Project: https://github.com/screeps/screeps // Definitions by: Marko Sulamägi // Nhan Ho diff --git a/package.json b/package.json index e87ac11..5464ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typed-screeps", - "version": "3.2.2", + "version": "3.2.4", "description": "Strong TypeScript declarations for the game Screeps.", "repository": "screepers/typed-screeps", "types": "./dist/index.d.ts",