Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Aug 15, 2024
1 parent 4c5d98d commit aca8c33
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@2024.8.15-0) (2024-08-15)


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion idea-run-typescript.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="idea-run-typescript" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="io.plugin.tsnode" external.system.module.version="2022.11.14-1" type="PLUGIN_MODULE" version="4">
<module external.linked.project.id="idea-run-typescript" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="io.plugin.tsnode" external.system.module.version="2024.08.15-0" type="PLUGIN_MODULE" version="4">
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/resources/META-INF/plugin.xml" />
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8" inherit-compiler-output="true">
<exclude-output />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [],
Expand Down
Binary file modified releases/idea-run-typescript.jar
Binary file not shown.
Binary file modified releases/idea-run-typescript.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/bluelovers/idea-run-typescript">
<id>io.plugin.tsnode</id>
<name>Run Configuration for TypeScript</name>
<version>2024.08.15-0</version>
<version>2024.08.16-0</version>
<vendor email="[email protected]" url="https://github.com/bluelovers/idea-run-typescript">bluelovers</vendor>
<category>JavaScript</category>
<idea-version since-build="193.4932.9"/>
Expand Down

0 comments on commit aca8c33

Please sign in to comment.