Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2024-06-23)

### Bug Fixes

* bump dependencies ([9e1a377](9e1a377))
  • Loading branch information
semantic-release-bot committed Jun 23, 2024
1 parent 9e1a377 commit a778f00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.3](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.2...v1.1.3) (2024-06-23)


### Bug Fixes

* bump dependencies ([9e1a377](https://github.com/CoCreate-app/CoCreate-usage/commit/9e1a377c85c34b7d93124fa1da7acd26cc2e2206))

## [1.1.2](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.1.1...v1.1.2) (2024-06-23)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/usage",
"version": "1.1.2",
"version": "1.1.3",
"description": "CoCreate-usage",
"keywords": [
"cocreate-usage",
Expand Down Expand Up @@ -39,4 +39,4 @@
"test": "echo \"Error: no test specified\" && exit 1",
"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); } }\""
}
}
}

0 comments on commit a778f00

Please sign in to comment.