From 7ae78235c42496ed2d28df08e99e75bbd1af36bb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 May 2023 08:53:02 +0000 Subject: [PATCH] chore(release): 1.1.5 [skip ci] ## [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)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff66108..8bc4eab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 512a6eb3..6a1b63bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vitron", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vitron", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "dependencies": { "continu": "^1.3.1", diff --git a/package.json b/package.json index 24311aaf..32c6b82e 100644 --- a/package.json +++ b/package.json @@ -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",