Skip to content

Commit a019b14

Browse files
chore(release): 1.9.8 [skip ci]
## [1.9.8](v1.9.7...v1.9.8) (2023-11-03) ### Bug Fixes * update dependencies to the lates versions ([556958c](556958c)) * update method to use object.update etc ([b3acb52](b3acb52))
1 parent 556958c commit a019b14

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.8](https://github.com/CoCreate-app/CoCreate-metrics-server/compare/v1.9.7...v1.9.8) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies to the lates versions ([556958c](https://github.com/CoCreate-app/CoCreate-metrics-server/commit/556958c6fa3c7ea15bd28adc76d9b57d4a00a16e))
7+
* update method to use object.update etc ([b3acb52](https://github.com/CoCreate-app/CoCreate-metrics-server/commit/b3acb52ef3d02d4e12dcbd494d3b8b264036db47))
8+
19
## [1.9.7](https://github.com/CoCreate-app/CoCreate-metrics-server/compare/v1.9.6...v1.9.7) (2023-10-25)
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.7",
3+
"version": "1.9.8",
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)