Skip to content

Commit 9a47a4d

Browse files
chore(release): 1.9.1 [skip ci]
## [1.9.1](v1.9.0...v1.9.1) (2023-09-18) ### Bug Fixes * Add path and pathname ([07435cd](07435cd)) * Update dCoCreate dpendencies to latest versions ([9f12fed](9f12fed))
1 parent 9f12fed commit 9a47a4d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.9.1](https://github.com/CoCreate-app/CoCreate-metrics-server/compare/v1.9.0...v1.9.1) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([07435cd](https://github.com/CoCreate-app/CoCreate-metrics-server/commit/07435cdbb61e50cbc3ee2dc941c2628ebeffe102))
7+
* Update dCoCreate dpendencies to latest versions ([9f12fed](https://github.com/CoCreate-app/CoCreate-metrics-server/commit/9f12fedfa445d70309e800959a1b995cd7fddb78))
8+
19
# [1.9.0](https://github.com/CoCreate-app/CoCreate-metrics-server/compare/v1.8.0...v1.9.0) (2023-09-17)
210

311

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.0",
3+
"version": "1.9.1",
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)