Skip to content

Commit a778f00

Browse files
chore(release): 1.1.3 [skip ci]
## [1.1.3](v1.1.2...v1.1.3) (2024-06-23) ### Bug Fixes * bump dependencies ([9e1a377](9e1a377))
1 parent 9e1a377 commit a778f00

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.3](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.2...v1.1.3) (2024-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([9e1a377](https://github.com/CoCreate-app/CoCreate-usage/commit/9e1a377c85c34b7d93124fa1da7acd26cc2e2206))
7+
18
## [1.1.2](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.1...v1.1.2) (2024-06-23)
29

310

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/usage",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
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)