Skip to content

Commit

Permalink
chore(master): release 1.0.1 (#5)
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 May 28, 2023
1 parent d135258 commit 981a6c7
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/pikdum/vortex-linux/compare/v1.0.0...v1.0.1) (2023-05-28)


### Bug Fixes

* trigger release builds ([d135258](https://github.com/pikdum/vortex-linux/commit/d13525804a73b90a62f3c576792271543eeb9be6))

## 1.0.0 (2023-05-28)


Expand Down
2 changes: 1 addition & 1 deletion 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.0.0",
"version": "1.0.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 @@ -24,7 +24,7 @@ process.emit = function (name, data, ...args) {
};

// x-release-please-start-version
program.version("1.0.0");
program.version("1.0.1");
// x-release-please-end

program
Expand Down

0 comments on commit 981a6c7

Please sign in to comment.