diff --git a/CHANGELOG.md b/CHANGELOG.md index 5562849f30..2634d6f736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ - Fixed the `about` package linking to release notes for Pulsar. - Reduced the amount of network requests that `settings-view` creates. - Fixed the icon used when registering Pulsar as a file handler on Windows. -- Removed the `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package. +- Removed the non-functional `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package. - Prevented warnings in the developer console from appearing when autocomplete suggestions are shown. -- Removed all CoffeeScript code from Pulsar and core packages. +- Removed the last CoffeeScript code from Pulsar and core packages. - Migrated the majority of our CI to GitHub Actions. ### Pulsar diff --git a/package.json b/package.json index bf7430237d..15cc3f49a9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pulsar", "author": "Pulsar-Edit ", "productName": "Pulsar", - "version": "1.108.0-dev", + "version": "1.109.0-dev", "description": "A Community-led Hyper-Hackable Text Editor", "branding": { "id": "pulsar", diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index d2d9e325a7..ca37df4c75 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -62,7 +62,7 @@ export default class ChangeLogView { Fixed the icon used when registering Pulsar as a file handler on Windows.
  • - Removed the `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package. + Removed the non-functional `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package.
  • Ensure that project-specific setting overrides don't leak to the user's config file when the settings UI is visited. @@ -71,7 +71,7 @@ export default class ChangeLogView { Prevented warnings in the developer console from appearing when autocomplete suggestions are shown.
  • - Removed all CoffeeScript code from Pulsar and core packages. + Removed the last CoffeeScript code from Pulsar and core packages.
  • Migrated the majority of our CI to GitHub Actions.