Skip to content

Commit

Permalink
Release 3.2.4
Browse files Browse the repository at this point in the history
- Update version number
- Update changelog
  • Loading branch information
pyrodogg committed Aug 21, 2021
1 parent eeaafd6 commit ee19994
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/MarkoSulamagi>
// Nhan Ho <https://github.com/NhanHo>
Expand Down
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": "3.2.2",
"version": "3.2.4",
"description": "Strong TypeScript declarations for the game Screeps.",
"repository": "screepers/typed-screeps",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ee19994

Please sign in to comment.