Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
digitsensitive committed Dec 13, 2020
1 parent 48e8ff7 commit 8c955f6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

---

## [1.2.5] - 2020-12-13

### Fixed
- Update `example/yarn.lock` file

---

## [1.2.4] - 2020-12-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"astar-typescript": "1.2.3",
"astar-typescript": "1.2.4",
"phaser": "3.24.1",
"dat.gui": "0.7.7"
},
Expand Down
13 changes: 4 additions & 9 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,10 @@ assign-symbols@^1.0.0:
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=

[email protected].3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/astar-typescript/-/astar-typescript-1.2.3.tgz#5475686ede33c381611132cdb115f3d6244b7bd6"
integrity sha512-7pLA1P4n7j5GFGEZMHXgIpnhVMMMJrAzkqkdFut449rXvpZEdlFXxZXGMgrZsUvbMoyE+wZSRZZo90LZX6uGIQ==
[email protected].4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/astar-typescript/-/astar-typescript-1.2.4.tgz#58b287c5046ffed6f60eba154a2ce0d1d0976ea2"
integrity sha512-XFGkklFM8tzr+oggYTa6y0xWPNXSawzDSf95hZT9Kbqfxr1OXo1Ai/yDyQZ2V708ZcYdVEZimeSvZSAAbjwG7w==
dependencies:
lodash "4.17.20"

Expand Down Expand Up @@ -1551,11 +1551,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=

ini@^1.3.4, ini@^1.3.5:
version "1.3.8"
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==

internal-ip@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
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": "astar-typescript",
"version": "1.2.4",
"version": "1.2.5",
"description": "A*(a-star) pathfinding in TypeScript",
"keywords": [
"A-star",
Expand Down

0 comments on commit 8c955f6

Please sign in to comment.