diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a09db3..695d57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2024.8.16-0](https://github.com/bluelovers/idea-run-typescript/compare/idea-run-typescript@2024.08.15-0...idea-run-typescript@2024.8.16-0) (2024-08-15) + + + +### 🐛 Bug Fixes + +* Invalid plugin descriptor 'description'. All the links in the plugin description must be HTTPS ([4c5d98d](https://github.com/bluelovers/idea-run-typescript/commit/4c5d98df6d69021341c918591e31eae1168b89c9)) + + + ## [2024.8.15-0](https://github.com/bluelovers/idea-run-typescript/compare/idea-run-typescript@2022.11.14-1...idea-run-typescript@2024.8.15-0) (2024-08-15) diff --git a/gradle.properties b/gradle.properties index 4c4a75e..0761e80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,13 @@ ideaVersion = 2019.3 ideaType = IU -version = 2024.08.15-0 +version = 2024.08.16-0 group = io.plugin.tsnode kotlin_version = 1.6.0 pluginGroup = io.plugin.tsnode pluginName = Run Configuration for TypeScript -pluginVersion = 2024.08.15-0 +pluginVersion = 2024.08.16-0 sources = true javaVersion = 1.8 \ No newline at end of file diff --git a/idea-run-typescript.iml b/idea-run-typescript.iml index 970e2f2..75647b0 100644 --- a/idea-run-typescript.iml +++ b/idea-run-typescript.iml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index 4cfa89b..d882817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "idea-run-typescript", - "version": "2024.08.15-0", + "version": "2024.08.16-0", "private": true, "description": "[![jetbrains.svg](jetbrains.svg)](https://www.jetbrains.com/?from=novel-segment)", "keywords": [], diff --git a/releases/idea-run-typescript.jar b/releases/idea-run-typescript.jar index 93b3c88..0e378be 100644 Binary files a/releases/idea-run-typescript.jar and b/releases/idea-run-typescript.jar differ diff --git a/releases/idea-run-typescript.zip b/releases/idea-run-typescript.zip index a326b84..c26aece 100644 Binary files a/releases/idea-run-typescript.zip and b/releases/idea-run-typescript.zip differ diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index bdb6f82..5d166c2 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ io.plugin.tsnode Run Configuration for TypeScript - 2024.08.15-0 + 2024.08.16-0 bluelovers JavaScript