Skip to content

Commit 8c955f6

Browse files
committedDec 13, 2020
commit
1 parent 48e8ff7 commit 8c955f6

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

1111
---
1212

13+
## [1.2.5] - 2020-12-13
14+
15+
### Fixed
16+
- Update `example/yarn.lock` file
17+
18+
---
19+
1320
## [1.2.4] - 2020-12-13
1421

1522
### Changed

‎example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"webpack-dev-server": "3.11.0"
2626
},
2727
"dependencies": {
28-
"astar-typescript": "1.2.3",
28+
"astar-typescript": "1.2.4",
2929
"phaser": "3.24.1",
3030
"dat.gui": "0.7.7"
3131
},

‎example/yarn.lock

+4-9
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,10 @@ assign-symbols@^1.0.0:
358358
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
359359
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
360360

361-
astar-typescript@1.2.3:
362-
version "1.2.3"
363-
resolved "https://registry.yarnpkg.com/astar-typescript/-/astar-typescript-1.2.3.tgz#5475686ede33c381611132cdb115f3d6244b7bd6"
364-
integrity sha512-7pLA1P4n7j5GFGEZMHXgIpnhVMMMJrAzkqkdFut449rXvpZEdlFXxZXGMgrZsUvbMoyE+wZSRZZo90LZX6uGIQ==
361+
astar-typescript@1.2.4:
362+
version "1.2.4"
363+
resolved "https://registry.yarnpkg.com/astar-typescript/-/astar-typescript-1.2.4.tgz#58b287c5046ffed6f60eba154a2ce0d1d0976ea2"
364+
integrity sha512-XFGkklFM8tzr+oggYTa6y0xWPNXSawzDSf95hZT9Kbqfxr1OXo1Ai/yDyQZ2V708ZcYdVEZimeSvZSAAbjwG7w==
365365
dependencies:
366366
lodash "4.17.20"
367367

@@ -1551,11 +1551,6 @@ inherits@2.0.3:
15511551
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
15521552
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
15531553

1554-
ini@^1.3.4, ini@^1.3.5:
1555-
version "1.3.8"
1556-
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
1557-
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
1558-
15591554
internal-ip@^4.3.0:
15601555
version "4.3.0"
15611556
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astar-typescript",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "A*(a-star) pathfinding in TypeScript",
55
"keywords": [
66
"A-star",

0 commit comments

Comments
 (0)