Skip to content

Commit 49dd55f

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.11...v1.10.0) (2023-11-19) ### Features * update dependecies for th latest features and bug fixes ([1342f1c](1342f1c))
1 parent 1342f1c commit 49dd55f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.10.0](https://github.com/CoCreate-app/CoCreate-metrics-server/compare/v1.9.11...v1.10.0) (2023-11-19)
2+
3+
4+
### Features
5+
6+
* update dependecies for th latest features and bug fixes ([1342f1c](https://github.com/CoCreate-app/CoCreate-metrics-server/commit/1342f1cd16cbf70251646ea226a405e00a972f9a))
7+
18
## [1.9.11](https://github.com/CoCreate-app/CoCreate-metrics-server/compare/v1.9.10...v1.9.11) (2023-11-18)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/metrics-server",
3-
"version": "1.9.11",
3+
"version": "1.10.0",
44
"description": "CoCreate-metrics-server",
55
"keywords": [
66
"cocreate-metrics",
@@ -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)