Skip to content

Commit

Permalink
v2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Jun 18, 2024
1 parent 22bfb6a commit 224d221
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.18]

### Changed

- Improved formatters handling of extra whitespace.

### Fixed

- Fixed identifier grammar to permit identifiers starting with an underscore followed by a number.

## [2.0.17]

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'org.jetbrains.changelog'

group 'software.amazon.smithy'
version '2.0.17'
version '2.0.18'

repositories {
mavenCentral()
Expand Down

0 comments on commit 224d221

Please sign in to comment.