Skip to content

Commit 0108c66

Browse files
chore(release): 1.11.2 [skip ci]
## [1.11.2](v1.11.1...v1.11.2) (2023-11-29) ### Bug Fixes * renamed to @cocreate/metrics ([80c194f](80c194f))
1 parent 80c194f commit 0108c66

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.11.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.11.1...v1.11.2) (2023-11-29)
2+
3+
4+
### Bug Fixes
5+
6+
* renamed to @cocreate/metrics ([80c194f](https://github.com/CoCreate-app/CoCreate-metrics/commit/80c194f60ba43c01fa012dee7a0e1c1a8e9c86d2))
7+
18
## [1.11.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.11.0...v1.11.1) (2023-11-25)
29

310
### Bug Fixes
@@ -698,4 +705,4 @@
698705

699706
### Bug Fixes
700707

701-
- removed data- from crud, fetch, filter and pass attributes ([1fc7dde](https://github.com/CoCreate-app/CoCreate-metrics/commit/1fc7ddec174ae6e9384e4671cb741afd2cec7517))
708+
- removed data- from crud, fetch, filter and pass attributes ([1fc7dde](https://github.com/CoCreate-app/CoCreate-metrics/commit/1fc7ddec174ae6e9384e4671cb741afd2cec7517))

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/metrics",
3-
"version": "1.11.1",
3+
"version": "1.11.2",
44
"description": "CoCreate-metrics",
55
"keywords": [
66
"cocreate-metrics",
@@ -40,4 +40,3 @@
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
}
4242
}
43-

0 commit comments

Comments
 (0)