Skip to content

Commit ee3fc5a

Browse files
chore(release): 1.13.2 [skip ci]
## [1.13.2](v1.13.1...v1.13.2) (2024-06-23) ### Bug Fixes * update dependencies ([a8c3e0e](a8c3e0e))
1 parent a8c3e0e commit ee3fc5a

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.13.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.1...v1.13.2) (2024-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependencies ([a8c3e0e](https://github.com/CoCreate-app/CoCreate-metrics/commit/a8c3e0e932e960e8bd06ddbb1221f42fba499ff8))
7+
18
## [1.13.1](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.0...v1.13.1) (2024-02-05)
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",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"description": "CoCreate-metrics",
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)