Skip to content

Commit

Permalink
chore(release): 1.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.5](v1.1.4...v1.1.5) (2023-05-11)

### Bug Fixes

* **deps:** bump semver and @types/semver ([#417](#417)) ([9dd101f](9dd101f))
* **deps:** bump vite from 4.2.1 to 4.3.5 ([#415](#415)) ([86acfd3](86acfd3))
* **deps:** bump yargs from 17.7.1 to 17.7.2 ([#422](#422)) ([f549fa0](f549fa0))
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent afddad6 commit 7ae7823
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.5](https://github.com/tada5hi/vitron/compare/v1.1.4...v1.1.5) (2023-05-11)


### Bug Fixes

* **deps:** bump semver and @types/semver ([#417](https://github.com/tada5hi/vitron/issues/417)) ([9dd101f](https://github.com/tada5hi/vitron/commit/9dd101f9f8dce43149b9732c2b44e297eea92b40))
* **deps:** bump vite from 4.2.1 to 4.3.5 ([#415](https://github.com/tada5hi/vitron/issues/415)) ([86acfd3](https://github.com/tada5hi/vitron/commit/86acfd3888fa79eb53eb6c5c7a42bbe822044c8b))
* **deps:** bump yargs from 17.7.1 to 17.7.2 ([#422](https://github.com/tada5hi/vitron/issues/422)) ([f549fa0](https://github.com/tada5hi/vitron/commit/f549fa0cf91d28312b3e6751ea180bf7248e8e11))

## v1.1.4

[compare changes](https://github.com/tada5hi/vitron/compare/v1.1.3...v1.1.4)
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": "vitron",
"version": "1.1.4",
"version": "1.1.5",
"description": "This is a library to build beautiful (win, linux, mac) desktop apps for modern web projects with vite and electron.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 7ae7823

Please sign in to comment.