Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2024-01-08)

### Bug Fixes

* applied host to define environment/branch ([8d7404c](8d7404c))

### Features

* bumped CoCreate dependencies to their latest versions ([6e0b814](6e0b814))
  • Loading branch information
semantic-release-bot committed Jan 8, 2024
1 parent 6e0b814 commit 3a4c6bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/CoCreate-app/CoCreate-usage/compare/v1.0.0...v1.1.0) (2024-01-08)


### Bug Fixes

* applied host to define environment/branch ([8d7404c](https://github.com/CoCreate-app/CoCreate-usage/commit/8d7404ca75eeece4a17a9477d25101ccdab0a8ed))


### Features

* bumped CoCreate dependencies to their latest versions ([6e0b814](https://github.com/CoCreate-app/CoCreate-usage/commit/6e0b814e6afda547fceca6b7248ea5181de7843b))

# 1.0.0 (2023-11-29)


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.0.0",
"version": "1.1.0",
"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 3a4c6bb

Please sign in to comment.