diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 59a3f06..3877ce2 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -138,7 +138,7 @@ jobs: # if: startsWith(github.ref, 'refs/tags/') with: name: ExCode - tag_name: v1.2.1 + tag_name: v1.2.2 prerelease: true generate_release_notes: true files: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 221a066..f095feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug) +## 1.2.2 | 09-04-2023 + +### Fixes / Improvements + +- Fixed editor line number clipping off after a certain limit. +- Fixed GitHub update link. + ## 1.2.1 | 06-04-2023 ### Fixes / Improvements diff --git a/pubspec.yaml b/pubspec.yaml index 2d1e395..d81e253 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages. publish_to: 'none' -version: 1.2.1 +version: 1.2.2 environment: sdk: ">=2.19.6 <3.0.0"