Skip to content

Commit

Permalink
chore(release): 1.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.9](v1.1.8...v1.1.9) (2025-02-04)

### Bug Fixes

* disable yargs strict mode ([d7ad92e](d7ad92e))
* **docs:** better initial setup ([4316ab0](4316ab0))
* **docs:** fix initial command description to include --id ([f2ae8ee](f2ae8ee))
* write service id in service get --id ([6d0a3fc](6d0a3fc))
  • Loading branch information
semantic-release-bot committed Feb 4, 2025
1 parent d7ad92e commit 8437384
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.1.9](https://github.com/adobe/edgly/compare/v1.1.8...v1.1.9) (2025-02-04)


### Bug Fixes

* disable yargs strict mode ([d7ad92e](https://github.com/adobe/edgly/commit/d7ad92e77d55fabab97fc5b0b658969596981f8a))
* **docs:** better initial setup ([4316ab0](https://github.com/adobe/edgly/commit/4316ab0ff530c572244dd327870a11651e836aae))
* **docs:** fix initial command description to include --id ([f2ae8ee](https://github.com/adobe/edgly/commit/f2ae8ee438fbf80677a7027b0bf768242c698472))
* write service id in service get --id ([6d0a3fc](https://github.com/adobe/edgly/commit/6d0a3fc9e70b51967dca97e9b7c33e356d36bce6))

## [1.1.8](https://github.com/adobe/edgly/compare/v1.1.7...v1.1.8) (2025-02-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/edgly",
"version": "1.1.8",
"version": "1.1.9",
"description": "Command line tool to boost Fastly VCL service development",
"main": "src/index.js",
"type": "module",
Expand Down

0 comments on commit 8437384

Please sign in to comment.