From a778f0018f851b785bcdb9bfbdcc2a01b7c7d5fd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Jun 2024 21:18:30 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.2...v1.1.3) (2024-06-23) ### Bug Fixes * bump dependencies ([9e1a377](https://github.com/CoCreate-app/CoCreate-usage/commit/9e1a377c85c34b7d93124fa1da7acd26cc2e2206)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b76751..2d3f6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.2...v1.1.3) (2024-06-23) + + +### Bug Fixes + +* bump dependencies ([9e1a377](https://github.com/CoCreate-app/CoCreate-usage/commit/9e1a377c85c34b7d93124fa1da7acd26cc2e2206)) + ## [1.1.2](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.1...v1.1.2) (2024-06-23) diff --git a/package.json b/package.json index 5365001..03d744e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/usage", - "version": "1.1.2", + "version": "1.1.3", "description": "CoCreate-usage", "keywords": [ "cocreate-usage", @@ -39,4 +39,4 @@ "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\"" } -} \ No newline at end of file +}