Skip to content

Commit

Permalink
Merge pull request #723 from pulsar-edit/1.109.0-release
Browse files Browse the repository at this point in the history
1.109.0 release
  • Loading branch information
confused-Techie authored Sep 16, 2023
2 parents d9f3b87 + 7984564 commit 31c5fc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pulsar",
"author": "Pulsar-Edit <[email protected]>",
"productName": "Pulsar",
"version": "1.108.0-dev",
"version": "1.109.0-dev",
"description": "A Community-led Hyper-Hackable Text Editor",
"branding": {
"id": "pulsar",
Expand Down
4 changes: 2 additions & 2 deletions packages/welcome/lib/changelog-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class ChangeLogView {
Fixed the icon used when registering Pulsar as a file handler on Windows.
</li>
<li>
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.
</li>
<li>
Ensure that project-specific setting overrides don't leak to the user's config file when the settings UI is visited.
Expand All @@ -71,7 +71,7 @@ export default class ChangeLogView {
Prevented warnings in the developer console from appearing when autocomplete suggestions are shown.
</li>
<li>
Removed all CoffeeScript code from Pulsar and core packages.
Removed the last CoffeeScript code from Pulsar and core packages.
</li>
<li>
Migrated the majority of our CI to GitHub Actions.
Expand Down

0 comments on commit 31c5fc2

Please sign in to comment.