diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a499b..d915097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.5.2 + +- Re-release of 3.5.1 but published to GH Packages instead of NPM + ## 3.5.1 - Run `ember-cli-update` diff --git a/package.json b/package.json index 9576c84..88a39e0 100644 --- a/package.json +++ b/package.json @@ -75,6 +75,9 @@ "type": "git", "url": "https://github.com/zestia/ember-messages.git" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "scripts": { "build": "ember build --environment=production", "deploy": "ember build --environment production && ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages",