Skip to content

Commit

Permalink
Update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Nov 30, 2022
1 parent 06b88e3 commit b7faca1
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -133,7 +133,7 @@ jobs:
# if: startsWith(github.ref, 'refs/tags/')
with:
name: ExCode
tag_name: v0.4.0
tag_name: v0.4.1
prerelease: true
generate_release_notes: true
files: |
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## 0.4.1 | 30-11-2022 (HOTFIX)

### Additions

- Added functionality to create custom snippets.
- Added functionality to reorder snippet bar.

### Fixes / Improvements

- Fixed windows startup issue.
- Fixed issue where changing language crashed the editor.

## 0.4.0 | 28-11-2022

### Additions
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: 0.4.0
version: 0.4.1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit b7faca1

Please sign in to comment.