diff --git a/CHANGELOG.md b/CHANGELOG.md index ad401c21f..ffd7fa771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ ## [Unreleased] +## 1.112.1 + +- Fixed a bug in PPM during package publication that prevented the output of any text on the console. + +### Pulsar +- Bumped: ppm: Update ppm to commit 7dfd9ca8cf877391fc6ef1d5 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/842) + +### PPM +- Fixed: Fix bugs found in `publish` after 1.112 release [@savetheclocktower](https://github.com/pulsar-edit/ppm/pull/116) + ## 1.112.0 - Fixed github package not giving feedback when a token with the wrong scopes was entered, tweak scope-checking logic to match expectations, and log incorrect scopes. diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 3e1df91a9..1d6eec58c 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -50,27 +50,8 @@ export default class ChangeLogView {

Feel free to read our Full Change Log.