Skip to content

Commit 3a4c6bb

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2024-01-08) ### Bug Fixes * applied host to define environment/branch ([8d7404c](8d7404c)) ### Features * bumped CoCreate dependencies to their latest versions ([6e0b814](6e0b814))
1 parent 6e0b814 commit 3a4c6bb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.0.0...v1.1.0) (2024-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* applied host to define environment/branch ([8d7404c](https://github.com/CoCreate-app/CoCreate-usage/commit/8d7404ca75eeece4a17a9477d25101ccdab0a8ed))
7+
8+
9+
### Features
10+
11+
* bumped CoCreate dependencies to their latest versions ([6e0b814](https://github.com/CoCreate-app/CoCreate-usage/commit/6e0b814e6afda547fceca6b7248ea5181de7843b))
12+
113
# 1.0.0 (2023-11-29)
214

315

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/usage",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "CoCreate-usage",
55
"keywords": [
66
"cocreate-usage",
@@ -39,4 +39,4 @@
3939
"test": "echo \"Error: no test specified\" && exit 1",
4040
"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); } }\""
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)