Skip to content

Commit

Permalink
chore(release): 1.25.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed May 1, 2022
1 parent 3e05303 commit 9367493
Show file tree
Hide file tree
Showing 5 changed files with 119 additions and 123 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.25.9](https://github.com/snolab/CapsLockX/compare/v1.25.8...v1.25.9) (2022-05-01)

### Bug Fixes

- use #Include to load accmodel ([b11d2c8](https://github.com/snolab/CapsLockX/commit/b11d2c84bad68f3cc8b3986c9421d76d79ff3eda))
- 降低光标移动速度 [#43](https://github.com/snolab/CapsLockX/issues/43) ([3e05303](https://github.com/snolab/CapsLockX/commit/3e05303de770c4884c4885a072a688b2715be6a9))

### [1.25.8](https://github.com/snolab/CapsLockX/compare/v1.25.7...v1.25.8) (2022-04-20)

### [1.25.7](https://github.com/snolab/CapsLockX/compare/v1.25.6...v1.25.7) (2022-04-20)
Expand Down
2 changes: 1 addition & 1 deletion Core/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.25.8
1.25.9
21 changes: 10 additions & 11 deletions DevTools/choco/CapsLockX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>CapsLockX</id>
<version>1.25.8</version>
<version>1.25.9</version>
<owners>snomiao</owners>
<authors>snomiao</authors>
<copyright>Copyright (C) Snowstar Laboratory 2017-2022</copyright>
Expand Down Expand Up @@ -65,6 +65,14 @@ You can also write your own my-ahk.user.ahkand put it ./User/in the directory, C
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.25.9](https://github.com/snolab/CapsLockX/compare/v1.25.8...v1.25.9) (2022-05-01)
### Bug Fixes
* use #Include to load accmodel ([b11d2c8](https://github.com/snolab/CapsLockX/commit/b11d2c84bad68f3cc8b3986c9421d76d79ff3eda))
* [#43](https://github.com/snolab/CapsLockX/issues/43) ([3e05303](https://github.com/snolab/CapsLockX/commit/3e05303de770c4884c4885a072a688b2715be6a9))
### [1.25.8](https://github.com/snolab/CapsLockX/compare/v1.25.7...v1.25.8) (2022-04-20)
### [1.25.7](https://github.com/snolab/CapsLockX/compare/v1.25.6...v1.25.7) (2022-04-20)
Expand Down Expand Up @@ -131,16 +139,7 @@ All notable changes to this project will be documented in this file. See [standa
- merge ([406b1e5](https://github.com/snolab/CapsLockX/commit/406b1e57c4a9501b6c2420bfa3bb31b2254e2f2c))
- CLX, ([489ee64](https://github.com/snolab/CapsLockX/commit/489ee64ecdb370becfae84d3e7c97b4a49932d81))
- + ([2944734](https://github.com/snolab/CapsLockX/commit/2944734df081c3768f71cb85ffa3ef05f9a1f2a6))
### [1.23.2](https://github.com/snolab/CapsLockX/compare/v1.23.1...v1.23.2) (2022-02-24)
### [1.23.1](https://github.com/snolab/CapsLockX/compare/v1.23.0...v1.23.1) (2022-02-24)
## 1.23.0 (2022-02-24)
### Features
- BlenderEnhanced ([345a9b6](https://github.com/snolab/CapsLockX/commit/345a9b694806a5ce8815651642a6e55cc9d84bb7))]]></releaseNotes>
]]></releaseNotes>

<dependencies></dependencies>
</metadata>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capslockx",
"version": "1.25.8",
"version": "1.25.9",
"description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。",
"scripts": {
"start": "CapsLockX.exe",
Expand Down Expand Up @@ -41,19 +41,19 @@
},
"main": "DevTools/CapsLockX.mjs",
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@types/pinyin": "^2.10.0",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.8",
"lint-staged": "^12.4.1",
"lodash": "^4.17.21",
"pinyin": "^2.11.2",
"pnpm": "^6.32.9",
"pnpm": "^6.32.11",
"prettier": "^2.6.2",
"sno-utils": "^0.3.10",
"sno-utils": "^0.3.16",
"standard-version": "^9.3.2"
},
"workspaces": [
Expand Down
Loading

0 comments on commit 9367493

Please sign in to comment.