Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Apr 9, 2023
1 parent 8f568fe commit 7552023
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7552023

Please sign in to comment.