Skip to content

Commit 7552023

Browse files
committed
Update version and changelog
1 parent 8f568fe commit 7552023

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# if: startsWith(github.ref, 'refs/tags/')
139139
with:
140140
name: ExCode
141-
tag_name: v1.2.1
141+
tag_name: v1.2.2
142142
prerelease: true
143143
generate_release_notes: true
144144
files: |

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/ExCode/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
55

6+
## 1.2.2 | 09-04-2023
7+
8+
### Fixes / Improvements
9+
10+
- Fixed editor line number clipping off after a certain limit.
11+
- Fixed GitHub update link.
12+
613
## 1.2.1 | 06-04-2023
714

815
### Fixes / Improvements

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A code execution editor which supports multiple languages.
33

44
publish_to: 'none'
55

6-
version: 1.2.1
6+
version: 1.2.2
77

88
environment:
99
sdk: ">=2.19.6 <3.0.0"

0 commit comments

Comments
 (0)