Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-11-18)

### Bug Fixes

* **editor:** fake caret dispositioned when toggling line numbers ([d6c7370](d6c7370))
* **editor:** inifinite recursion in editor caret position update ([fe9df2b](fe9df2b)), closes [#234](#234)
* **logo:** remove app logo white background color ([5568d65](5568d65)), closes [#236](#236)
* **tauri:** search on google not wokring on tauri ([db17944](db17944)), closes [#235](#235)
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent d6c7370 commit 46747ef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.0.0-alpha.3](https://github.com/Muhammed-Rahif/Notpad/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-11-18)


### Bug Fixes

* **editor:** fake caret dispositioned when toggling line numbers ([d6c7370](https://github.com/Muhammed-Rahif/Notpad/commit/d6c7370b380bdff7338911da2015722fa16f8d6d))
* **editor:** inifinite recursion in editor caret position update ([fe9df2b](https://github.com/Muhammed-Rahif/Notpad/commit/fe9df2b53953c487076cc412b5818bb4a4ba9b84)), closes [#234](https://github.com/Muhammed-Rahif/Notpad/issues/234)
* **logo:** remove app logo white background color ([5568d65](https://github.com/Muhammed-Rahif/Notpad/commit/5568d6512d0e9d8aaacdc18b6d92e55b278de5db)), closes [#236](https://github.com/Muhammed-Rahif/Notpad/issues/236)
* **tauri:** search on google not wokring on tauri ([db17944](https://github.com/Muhammed-Rahif/Notpad/commit/db17944ac275feb962795f57e980da4081e11347)), closes [#235](https://github.com/Muhammed-Rahif/Notpad/issues/235)

# [1.0.0-alpha.2](https://github.com/Muhammed-Rahif/Notpad/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-11-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notpad",
"private": true,
"version": "1.0.0-2",
"version": "1.0.0-3",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notpad"
version = "1.0.0-2"
version = "1.0.0-3"
description = "Windows like notpad for cross platform."
authors = ["Muhammed-Rahif"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"productName": "Notpad",
"mainBinaryName": "Notpad",
"version": "1.0.0-2",
"version": "1.0.0-3",
"identifier": "tech.rahif.notpad",
"plugins": {},
"app": {
Expand Down

0 comments on commit 46747ef

Please sign in to comment.