changelog: Update changelog entry for first ppm bug fix

This commit is contained in:
DeeDeeG 2023-12-18 20:38:48 -05:00
parent becab358ee
commit 0b4135007b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
## 1.112.1
- Fixed a bug in PPM during package publication that prevented the output of any text on the console.
- Fixed a bug in PPM that prevented package publishing.
### Pulsar
- Bumped: ppm: Update ppm to commit 7dfd9ca8cf877391fc6ef1d5 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/842)

View File

@ -50,7 +50,7 @@ export default class ChangeLogView {
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
<ul>
<li>
Fixed a bug in PPM during package publication that prevented the output of any text on the console.
Fixed a bug in PPM that prevented package publishing.
</li>
</ul>