diff --git a/CHANGELOG.md b/CHANGELOG.md index a953118..c347384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.4 +- Fixed a bug where constructor references weren't correctly indexed + +## 1.5.3 +- Dependency bumps + ## 1.5.2 - Improved support for getters/setters, utilizing ``/`` keywords within indexed symbols - Fixed relationship indexing for fields, getters, and setters diff --git a/lib/src/version.dart b/lib/src/version.dart index 7bb16f9..43496f4 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -2,4 +2,4 @@ // stored within pubspec.yaml /// The current version of scip_dart -const scipDartVersion = '1.5.3'; +const scipDartVersion = '1.5.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 36f82fb..119c078 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.5.3 +version: 1.5.4 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart