Skip to content

Commit

Permalink
chore(master): release 1.2.2 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 22, 2023
1 parent ffbbfe8 commit 64ebd47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.2](https://github.com/pikdum/vortex-linux/compare/v1.2.1...v1.2.2) (2023-08-22)


### Bug Fixes

* **deps:** update dependency commander to v11 ([#12](https://github.com/pikdum/vortex-linux/issues/12)) ([10aa815](https://github.com/pikdum/vortex-linux/commit/10aa815a1149fd49152520385ef1914685a5e686))
* **deps:** update dependency esbuild to ^0.19.0 ([#10](https://github.com/pikdum/vortex-linux/issues/10)) ([751c034](https://github.com/pikdum/vortex-linux/commit/751c03409b48d563924e5c1c61617976e03ea92e))
* re-throw proton errors ([9283642](https://github.com/pikdum/vortex-linux/commit/92836423a5c77b2fff7efdae0d6b12787b2a9046))

## [1.2.1](https://github.com/pikdum/vortex-linux/compare/v1.2.0...v1.2.1) (2023-05-28)


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,7 +1,7 @@
{
"name": "vortex-linux",
"type": "module",
"version": "1.2.1",
"version": "1.2.2",
"description": "",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ process.emit = function (name, data, ...args) {
};

// x-release-please-start-version
program.version("1.2.1");
program.version("1.2.2");
// x-release-please-end

program
Expand Down

0 comments on commit 64ebd47

Please sign in to comment.