diff --git a/CHANGELOG.md b/CHANGELOG.md index 14abc5e..eb64041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +### [1.2.2](https://github.com/benthillerkus/betrayal/compare/v1.2.1...v1.2.2) (2022-04-18) + + +### Miscellaneous + +* **pubspec:** fix typo ([1210cdc](https://github.com/benthillerkus/betrayal/commit/1210cdce271bcf5c73cf0347277e38d0b8af111f)) +* **pubspec:** improve metadata for pub.dev ([6e9309d](https://github.com/benthillerkus/betrayal/commit/6e9309d89d2eea88e17868ea7c72baefa5c9fd0a)) + + +### Documentation + +* **pubspec:** add example readme as link to external documentation ([1f740bc](https://github.com/benthillerkus/betrayal/commit/1f740bc8a494ee5307509743ca9367cd484a60ad)) +* **readme:** improve readability a bit ([ce33aff](https://github.com/benthillerkus/betrayal/commit/ce33aff5a7364d827ff58ee0b7fb406dd23a2b59)) + ### [1.2.1](https://github.com/benthillerkus/betrayal/compare/v1.2.0...v1.2.1) (2022-04-18) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index da06c10..c6306b3 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: link-to-source: root: "." - uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.2.1/%f%#L%l%" # x-release-please-version + uriTemplate: "https://github.com/benthillerkus/betrayal/blob/1.2.2/%f%#L%l%" # x-release-please-version diff --git a/pubspec.yaml b/pubspec.yaml index 7256751..95acadb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: > and add custom icons and react to user input. Use widget wrappers to treat the notification area as part of your UI. -version: 1.2.1 # x-release-please-version +version: 1.2.2 # x-release-please-version homepage: https://betrayal.bent.party/ repository: https://github.com/benthillerkus/betrayal issue_tracker: https://github.com/benthillerkus/betrayal/issues diff --git a/version.txt b/version.txt index 6085e94..23aa839 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.1 +1.2.2