File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
66## [ 1.X.X] - 2020-XX-XX
77### Added
8+ ### Changed
9+ ### Fixed
10+
11+ ---
12+
13+ ## [ 1.1.9] - 2020-04-17
14+
815### Changed
916- Introduce const for let where possible
1017- Small changes in LICENSE and README
1118
1219### Fixed
20+ - Fixes failing builds with a fresh install (Thank you @krazyjakee )
1321
1422---
1523
Original file line number Diff line number Diff line change 2525 "webpack-dev-server" : " 3.10.3"
2626 },
2727 "dependencies" : {
28- "astar-typescript" : " 1.1.8 " ,
28+ "astar-typescript" : " 1.1.9 " ,
2929 "phaser" : " 3.22.0" ,
3030 "dat.gui" : " 0.7.7"
3131 },
Original file line number Diff line number Diff line change 11{
22 "name" : " astar-typescript" ,
3- "version" : " 1.1.8 " ,
3+ "version" : " 1.1.9 " ,
44 "description" : " A*(a-star) pathfinding in TypeScript" ,
55 "keywords" : [
66 " A-star" ,
You can’t perform that action at this time.
0 commit comments