Skip to content

Commit d6bad11

Browse files
committed
Merge branch 'main' of github.com:patricklx/intellij-emberjs-experimental
2 parents d4a2526 + 5c8a6c2 commit d6bad11

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## v2025.1.10 (2025-05-28)
5+
6+
#### :bug: Bug Fix
7+
* [#265](https://github.com/patricklx/intellij-emberjs-experimental/pull/265) make intellij correctly detect gts language as typescript ([@patricklx](https://github.com/patricklx))
8+
9+
#### Committers: 1
10+
- Patrick Pircher ([@patricklx](https://github.com/patricklx))
11+
12+
413
## v2025.1.9 (2025-05-28)
514

615
#### :bug: Bug Fix

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323

2424

2525
group = "com.emberjs"
26-
version = "2025.1.9"
26+
version = "2025.1.10"
2727

2828
dependencies {
2929
testImplementation("org.jetbrains.kotlin:kotlin-test")

0 commit comments

Comments
 (0)