diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5bd8f..519d487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.33.1](https://github.com/snolab/CapsLockX/compare/v1.33.0...v1.33.1) (2024-01-06) + + +### Bug Fixes + +* **capslockx:** remove keysender ([0988dfe](https://github.com/snolab/CapsLockX/commit/0988dfe679361fe83ec31fba752fbff1c368d073)) + ## [1.33.0](https://github.com/snolab/CapsLockX/compare/v1.32.5...v1.33.0) (2024-01-06) diff --git a/Core/version.txt b/Core/version.txt index f0fed91..9e9fac3 100644 --- a/Core/version.txt +++ b/Core/version.txt @@ -1 +1 @@ -1.33.0 \ No newline at end of file +1.33.1 \ No newline at end of file diff --git a/DevTools/choco/CapsLockX.nuspec b/DevTools/choco/CapsLockX.nuspec index 8d31084..782aa0c 100644 --- a/DevTools/choco/CapsLockX.nuspec +++ b/DevTools/choco/CapsLockX.nuspec @@ -2,7 +2,7 @@ CapsLockX - 1.33.0 + 1.33.1 snomiao snomiao Copyright (C) Snowstar Laboratory 2017-2022 @@ -65,6 +65,13 @@ 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.33.1](https://github.com/snolab/CapsLockX/compare/v1.33.0...v1.33.1) (2024-01-06) + + +### Bug Fixes + +* **capslockx:** remove keysender ([0988dfe](https://github.com/snolab/CapsLockX/commit/0988dfe679361fe83ec31fba752fbff1c368d073)) + ## [1.33.0](https://github.com/snolab/CapsLockX/compare/v1.32.5...v1.33.0) (2024-01-06) @@ -120,9 +127,7 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes - -* **capslockx:** lower ([d78b4c7](https://github.com/snolab/CapsLockX/commit/d78b4c7165ff37e89da37bac9bbf6630c424df02)) -* **Modules:** dd ([0bbff4b](https://github.com/snolab/CapsLockX/commit/0bbff4b9e236da1e20dc26f363dcdcc494faabc3))]]> +]]> diff --git a/package.json b/package.json index 126cab9..c779ee0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "capslockx", - "version": "1.33.0", + "version": "1.33.1", "description": "CapsLockX 提供一套超好上手的:鼠标模拟、编辑增强、虚拟桌面与窗口管理、应用内热键增强、JS数学表达式计算、等超多功能等你来定义。", "keywords": [ "CapsLockX" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6cf6bd..c25eb08 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,9 +47,6 @@ devDependencies: inquirer: specifier: ^9.2.12 version: 9.2.12 - keysender: - specifier: ^2.3.0 - version: 2.3.0 lint-staged: specifier: ^13.3.0 version: 13.3.0(enquirer@2.4.1) @@ -2861,13 +2858,6 @@ packages: resolution: {integrity: sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA==} dev: true - /keysender@2.3.0: - resolution: {integrity: sha512-PoQOdynoiRUGydBPpUixBPg/FViNRrAVfLsVTa3G1eNVjdl8z/5uQ3SThQkW544Iw95BoGKbzozZvNSNg5yovw==} - requiresBuild: true - dependencies: - node-addon-api: 5.1.0 - dev: true - /keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} dependencies: @@ -3217,10 +3207,6 @@ packages: dev: true optional: true - /node-addon-api@5.1.0: - resolution: {integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==} - dev: true - /node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'}