Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update changelog #2120

Merged
merged 3 commits into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Changelog

### 3.9.0

* feat(dev-env): add support for PHP 8.4
* Provide dedicated error message for when a token is marked as disabled due to inactivity
* Set the mount path for vip-config to ABSPATH/vip-config to match production
* Add --format="text" option to vip logs
* build(deps-dev): bump typescript from 5.6.3 to 5.7.2
* build(deps-dev): bump @types/node from 22.9.1 to 22.10.0

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.8...3.9.0

### 3.8.8

* build(deps-dev): bump @types/dockerode from 3.3.31 to 3.3.32
Expand Down Expand Up @@ -54,7 +65,7 @@
* build(deps): bump uuid from 11.0.2 to 11.0.3
* Update socket error handler
* Fix --limit arg handling in vip logs command
* New package release: v3.9.0 by
* New package release: v3.9.0 by
* Revert "New package release: v3.9.0"
* chore(deps): update Lando to 6ca2668
* fix: `table` format output
Expand Down Expand Up @@ -151,7 +162,7 @@
* build(deps-dev): bump @babel/core from 7.24.8 to 7.24.9 in the babel group
* build(deps-dev): bump @types/dockerode from 3.3.29 to 3.3.30
* update: media import validate-files

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.6.0...3.7.0

### 3.6.0
Expand Down