From 806cb5b035a07a7eb6a3a9df84cf3b12f528c799 Mon Sep 17 00:00:00 2001 From: "v.nabatov@solar.local" Date: Tue, 24 Oct 2023 00:24:05 +0300 Subject: [PATCH] Test build --- CHANGELOG.md | 6 +++--- gradle.properties | 2 +- test.js | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ba810..46bc447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## [1.0.72] +## [1.0.73] - Better Javascript highlighting by virtue of [Nik Lopin](https://github.com/nlopin). ## [1.0.60] @@ -84,8 +84,8 @@ ## [1.0.25] - Python improved -[Unreleased]: https://github.com/nabato/alabaster-themes/compare/v1.0.72...HEAD -[1.0.72]: https://github.com/nabato/alabaster-themes/compare/v1.0.60...v1.0.72 +[Unreleased]: https://github.com/nabato/alabaster-themes/compare/v1.0.73...HEAD +[1.0.73]: https://github.com/nabato/alabaster-themes/compare/v1.0.60...v1.0.73 [1.0.60]: https://github.com/nabato/alabaster-themes/compare/v1.0.59...v1.0.60 [1.0.59]: https://github.com/nabato/alabaster-themes/compare/v1.0.58...v1.0.59 [1.0.58]: https://github.com/nabato/alabaster-themes/compare/v1.0.56...v1.0.58 diff --git a/gradle.properties b/gradle.properties index 4b0c8b3..e1eed21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.vlnabatov.alabaster pluginName = Alabaster Themes pluginRepositoryUrl = https://github.com/nabato/alabaster-themes # SemVer format -> https://semver.org -pluginVersion = 1.0.72 +pluginVersion = 1.0.73 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223.2 diff --git a/test.js b/test.js index c35d87e..038930f 100755 --- a/test.js +++ b/test.js @@ -83,4 +83,3 @@ const Rectangle3 = class Rectangle2 { // правильно }; new Rectangle3(1,2 ) //правильно -