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 aca8c33 commit 9df6751
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2024.8.16-1](https://github.com/bluelovers/idea-run-typescript/compare/[email protected]@2024.8.16-1) (2024-08-15)

**Note:** Version bump only for package idea-run-typescript





## [2024.8.16-0](https://github.com/bluelovers/idea-run-typescript/compare/[email protected]@2024.8.16-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.16-0
version = 2024.08.16-1
group = io.plugin.tsnode
kotlin_version = 1.6.0

pluginGroup = io.plugin.tsnode
pluginName = Run Configuration for TypeScript
pluginVersion = 2024.08.16-0
pluginVersion = 2024.08.16-1
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="2024.08.15-0" 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.16-1" 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.16-0",
"version": "2024.08.16-1",
"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.
4 changes: 2 additions & 2 deletions 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.16-0</version>
<version>2024.08.16-1</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 Expand Up @@ -71,7 +71,7 @@ Windows 10 10.0
<li></li>
</ul>
<div>Icons made by <a href="https://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
<div>Icons made by <a href="https://www.freepik.com/" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
]]></description>
<change-notes><![CDATA[
Expand Down

0 comments on commit 9df6751

Please sign in to comment.