From 5b3d1ce506733e1016968b0bc0e326c86045977b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:28:26 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b114e54..954746b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.2.0](https://github.com/ScopeSV/kyseline/compare/v1.1.2...v1.2.0) (2023-10-26) + + +### Features + +* add release please ([5370215](https://github.com/ScopeSV/kyseline/commit/5370215f788bd494891ddfd62452356cc06d2865)) +* proper depend ([37d581f](https://github.com/ScopeSV/kyseline/commit/37d581fc7335ed547ec5f50c8c159b2b54bc1790)) +* test ([8f2dcc8](https://github.com/ScopeSV/kyseline/commit/8f2dcc81168486acc8431b2fd937823267670300)) + + +### Bug Fixes + +* more renaming ([f0cf64e](https://github.com/ScopeSV/kyseline/commit/f0cf64e5b71e3d86aab9788eb479e0865c4b4419)) +* proper build run ([80ec25b](https://github.com/ScopeSV/kyseline/commit/80ec25b6f0043c034efd817662c54f092c783506)) +* remove dep ([1650a1c](https://github.com/ScopeSV/kyseline/commit/1650a1c307e22d0cda522032325b47e55b14339c)) +* rename package ([be30f34](https://github.com/ScopeSV/kyseline/commit/be30f34e19488697c93fdea2323790f226f6281b)) +* typo in package name ([8003678](https://github.com/ScopeSV/kyseline/commit/80036782f0c2e96d41652e97a066a295249aa4e5)) + ## [1.1.2](https://github.com/ScopeSV/kyseline/compare/v1.1.1...v1.1.2) (2023-10-26) diff --git a/package-lock.json b/package-lock.json index 1260936..e1fc136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kysely-cli", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kysely-cli", - "version": "1.1.2", + "version": "1.2.0", "license": "ISC", "dependencies": { "commander": "^11.1.0", diff --git a/package.json b/package.json index d15d355..721885f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kyseline", - "version": "1.1.2", + "version": "1.2.0", "description": "", "main": "index.js", "bin": {