Skip to content

Commit

Permalink
Merge pull request #82 from fosslife/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein authored Jul 13, 2024
2 parents 79bf016 + a55303a commit e0df982
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

- name: Install package manager (from package.json)
run: |
corepack enable
corepack install
- name: setup node
uses: actions/setup-node@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [devtoolsx-v2.10.0] - 2024-07-12
## [devtoolsx-v2.10.0] - 2024-07-13

### 🚀 Features

Expand All @@ -23,6 +23,9 @@ All notable changes to this project will be documented in this file.
- Svg preview
- QR code reader
- Compress binaries with upx
- Color palette generator
- Hmac generator
- Image cropper

### 🐛 Bug Fixes

Expand Down Expand Up @@ -56,6 +59,7 @@ All notable changes to this project will be documented in this file.
- *(doc)* Add download instructions
- *(ui)* Shortcut styling
- Rename file
- *(doc)* Changelog

### Deps

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@
"typescript": "^5.4.3",
"vite": "^5.2.7"
}
}
}

0 comments on commit e0df982

Please sign in to comment.