Skip to content

Commit

Permalink
chore(master): release 1.3.1 (#22)
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 3b9f197 commit 2d26bad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/pikdum/vortex-linux/compare/v1.3.0...v1.3.1) (2023-08-22)


### Bug Fixes

* wget instead of axios for reliability ([3b9f197](https://github.com/pikdum/vortex-linux/commit/3b9f1970dee1056293221e08532391a6500418f5))

## [1.3.0](https://github.com/pikdum/vortex-linux/compare/v1.2.3...v1.3.0) (2023-08-22)


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.3.0",
"version": "1.3.1",
"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 @@ -23,7 +23,7 @@ process.emit = function (name, data, ...args) {
};

// x-release-please-start-version
program.version("1.3.0");
program.version("1.3.1");
// x-release-please-end

program
Expand Down

0 comments on commit 2d26bad

Please sign in to comment.