Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
- Intelligence insert in yaml file: Add new property anywhere, insertion will happen at right place.
- Bug reporting: Create issue at GitHub from IDE error dialog.
  • Loading branch information
flikas committed May 21, 2022
1 parent 71e317d commit a541abc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ to [Semantic Versioning](https://semver.org).

### Security

## [0.14.0-EAP]
## [0.14.0] - 2022-05-21

### Added

- Intelligence insertion in yaml file: add new property anywhere, insertion will happen at right place.
- Bug reporting.
- Intelligence insert in yaml file: Add new property anywhere, insertion will happen at right place.
- Bug reporting: Create issue at GitHub from IDE error dialog.

## [0.13.0] - 2022-05-04

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ java {
}

group = "dev.flikas"
version = "0.14.0-EAP"
version = "0.14.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit a541abc

Please sign in to comment.