Skip to content

Commit 3f22c9f

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2025-05-01) ### Bug Fixes * update [@cocreate](https://github.com/cocreate) dependencies ([945ecb8](945ecb8)) * updated render selector to render-query ([33a8814](33a8814))
1 parent 945ecb8 commit 3f22c9f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.2.1](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.2.0...v1.2.1) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update [@cocreate](https://github.com/cocreate) dependencies ([945ecb8](https://github.com/CoCreate-app/CoCreate-usage/commit/945ecb85f25dd67a7390f6c68c07721e21e401d5))
7+
* updated render selector to render-query ([33a8814](https://github.com/CoCreate-app/CoCreate-usage/commit/33a8814e3b724ef87541410df800825bf22fb178))
8+
19
# [1.2.0](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.3...v1.2.0) (2024-11-04)
210

311

package.json

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