Skip to content

Commit

Permalink
chore(master): release 1.0.0 (#4)
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 531fb87 commit 63dfaf8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## 1.0.0 (2023-05-28)


### Features

* .desktop, config ([e60b5ab](https://github.com/pikdum/vortex-linux/commit/e60b5abbbda7aa6bab1ea9aa564f4903e0371c1a))
* initial commit ([d9649db](https://github.com/pikdum/vortex-linux/commit/d9649dbb6b92de603581e598b7a20c2c14a0c6f1))
* rename runtime environment variable ([7707fa1](https://github.com/pikdum/vortex-linux/commit/7707fa170d58c124e8b7f745f3cdc6d85312f2cb))
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": "0.0.1",
"version": "1.0.0",
"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("0.0.1");
program.version("1.0.0");
// x-release-please-end

program
Expand Down

0 comments on commit 63dfaf8

Please sign in to comment.