Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 23, 2023
1 parent af68066 commit 806cb5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ const Rectangle3 = class Rectangle2 { // правильно
};

new Rectangle3(1,2 ) //правильно

0 comments on commit 806cb5b

Please sign in to comment.