Skip to content

Commit

Permalink
chore: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomik committed Sep 17, 2023
1 parent cc9cb4d commit 5f52bc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Breaking changes

- More flexible `Memory` ([#246](https://github.com/screepers/typed-screeps/pull/246))

### Added

- Add type inference for params in filter callbacks ([#221](https://github.com/screepers/typed-screeps/pull/221))
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.3.3
// Type definitions for Screeps 4.0.0
// Project: https://github.com/screeps/screeps
// Definitions by: Nhan Ho <https://github.com/NhanHo>
// Bryan <https://github.com/bryanbecker>
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.3.3",
"version": "4.0.0",
"description": "Strong TypeScript declarations for the game Screeps.",
"repository": "screepers/typed-screeps",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 5f52bc5

Please sign in to comment.