Skip to content

Commit cbd5e3a

Browse files
committed
v2022.3.2
1 parent 0ce2a71 commit cbd5e3a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Changelog
44
===============================================================================
55

66

7+
## v2022.3.2 (2022-12-01)
8+
9+
#### :rocket: Enhancement
10+
* [#468](https://github.com/Turbo87/intellij-emberjs/pull/468) plugin.xml: Change Ember.js link to HTTPS ([@Turbo87](https://github.com/Turbo87))
11+
12+
#### :house: Internal
13+
* [#469](https://github.com/Turbo87/intellij-emberjs/pull/469) CI: Run `verifyPlugin` task ([@Turbo87](https://github.com/Turbo87))
14+
15+
#### Committers: 1
16+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
17+
18+
719
## v2022.3.1 (2022-12-01)
820

921
#### :rocket: Enhancement

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "com.emberjs"
13-
version = "2022.3.1"
13+
version = "2022.3.2"
1414

1515
// Configure project's dependencies
1616
repositories {

0 commit comments

Comments
 (0)