diff --git a/package.json b/package.json index 58e00ba..2b275c3 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/_changelog.ts b/src/_changelog.ts index 19cbbb3..0827a6f 100644 --- a/src/_changelog.ts +++ b/src/_changelog.ts @@ -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.", };