Skip to content

Commit 5f52bc5

Browse files
committed
chore: update changelog and version
1 parent cc9cb4d commit 5f52bc5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Breaking changes
11+
12+
- More flexible `Memory` ([#246](https://github.com/screepers/typed-screeps/pull/246))
13+
1014
### Added
1115

1216
- Add type inference for params in filter callbacks ([#221](https://github.com/screepers/typed-screeps/pull/221))

dist/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Screeps 3.3.3
1+
// Type definitions for Screeps 4.0.0
22
// Project: https://github.com/screeps/screeps
33
// Definitions by: Nhan Ho <https://github.com/NhanHo>
44
// Bryan <https://github.com/bryanbecker>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typed-screeps",
3-
"version": "3.3.3",
3+
"version": "4.0.0",
44
"description": "Strong TypeScript declarations for the game Screeps.",
55
"repository": "screepers/typed-screeps",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)