Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n15g committed Apr 1, 2020
1 parent 2194e26 commit c56aa88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coh-content-db",
"version": "1.4.0",
"version": "1.4.1",
"description": "City of Heroes Content Database",
"module": "dist/coh-content-db.js",
"files": [
Expand Down
3 changes: 2 additions & 1 deletion src/_changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export const Changelog: { [id: string]: string } = {
"1.3.1": "* https://github.com/n15g/coh-content-db/issues/5 - Added vidiot map data to maps.",
"1.3.2": "* Added badge partial support for vidiot map POIs.",

"1.4.0": "* https://github.com/n15g/coh-content-db/issues/7 - Settitle ids for Praetorian badges."
"1.4.0": "* https://github.com/n15g/coh-content-db/issues/7 - Settitle ids for Praetorian badges.",
"1.4.1": "* https://github.com/n15g/coh-content-db/pull/9 - Added Primal alignment value.",
};

0 comments on commit c56aa88

Please sign in to comment.