Skip to content

Commit e52d786

Browse files
chore(release): 1.13.3 [skip ci]
## [1.13.3](v1.13.2...v1.13.3) (2024-06-23) ### Bug Fixes * bump dependencies ([a7dbb7d](a7dbb7d))
1 parent a7dbb7d commit e52d786

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.3](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.2...v1.13.3) (2024-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([a7dbb7d](https://github.com/CoCreate-app/CoCreate-metrics/commit/a7dbb7d9b11c2c727bd3ad2efef877ed7c184a56))
7+
18
## [1.13.2](https://github.com/CoCreate-app/CoCreate-metrics/compare/v1.13.1...v1.13.2) (2024-06-23)
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.2",
3+
"version": "1.13.3",
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)