Skip to content

Commit

Permalink
v2023.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 21, 2023
1 parent 602765c commit d059694
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changelog
===============================================================================


## v2023.1.2 (2023-04-21)

#### :bug: Bug Fix
* [#485](https://github.com/Turbo87/intellij-emberjs/pull/485) Fix deadlock running TemplateLint on save ([@dwickern](https://github.com/dwickern))

#### Committers: 1
- Derek Wickern ([@dwickern](https://github.com/dwickern))


## v2023.1.1 (2023-04-11)

#### :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 = "2023.1.1"
version = "2023.1.2"

// Configure project's dependencies
repositories {
Expand Down

0 comments on commit d059694

Please sign in to comment.