Skip to content

Commit

Permalink
v2022.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 1, 2022
1 parent 0ce2a71 commit cbd5e3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog
===============================================================================


## v2022.3.2 (2022-12-01)

#### :rocket: Enhancement
* [#468](https://github.com/Turbo87/intellij-emberjs/pull/468) plugin.xml: Change Ember.js link to HTTPS ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#469](https://github.com/Turbo87/intellij-emberjs/pull/469) CI: Run `verifyPlugin` task ([@Turbo87](https://github.com/Turbo87))

#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))


## v2022.3.1 (2022-12-01)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.emberjs"
version = "2022.3.1"
version = "2022.3.2"

// Configure project's dependencies
repositories {
Expand Down

0 comments on commit cbd5e3a

Please sign in to comment.