From 508d1a28c4aa37c66f18fcf852e148255d1a84d2 Mon Sep 17 00:00:00 2001 From: confused_techie Date: Mon, 18 Dec 2023 08:57:01 -0800 Subject: [PATCH] Add changelog updates --- CHANGELOG.md | 10 ++++++++++ packages/welcome/lib/changelog-view.js | 21 +-------------------- 2 files changed, 11 insertions(+), 20 deletions(-) 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.