Skip to content

Commit

Permalink
v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
iancaffey committed Oct 19, 2023
1 parent 3954c34 commit 0c4e631
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Smithy IntelliJ Plugin Changelog

## [2.0.12]

### Fixed

- Fixed parsing of service shapes in JSON AST without a version property.
- Fixed parsing of trait values in JSON AST with a "null" node value.

## [2.0.11]

### Changed
Expand Down Expand Up @@ -153,7 +160,7 @@
### Fixed

- Fixed NPE thrown when attempting to index Smithy files without a namespace (e.g. validation files with only a version
+ metadata).
+ metadata).

## [1.5.4]

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.11'
version '2.0.12'

repositories {
mavenCentral()
Expand Down

0 comments on commit 0c4e631

Please sign in to comment.