Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2023-02-04)

### Bug Fixes

* Patch an upstream issue which made some specific parameter names cause `TypeError`s (paulpflug/abbreviate[#1](#1)) ([eac9133](eac9133))
  • Loading branch information
semantic-release-bot committed Feb 4, 2023
1 parent f2a5c53 commit 6373990
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.1](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.2.0...v1.2.1) (2023-02-04)


### Bug Fixes

* Patch an upstream issue which made some specific parameter names cause `TypeError`s (paulpflug/abbreviate[#1](https://github.com/bjoluc/cubase-xtouch-midiremote/issues/1)) ([eac9133](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/eac9133a0afdb78cb0a740e61287cbff4e771c7c))

## [1.2.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.1.2...v1.2.0) (2023-02-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubase-xtouch-midiremote",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"build": "node build.mjs",
Expand Down

0 comments on commit 6373990

Please sign in to comment.