Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Jul 1, 2024
1 parent 8e82901 commit 382be07
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
## Changelog

### 3.5.0

* feat(dev-env): add support for cron
* build(deps-dev): bump @automattic/eslint-plugin-wpvip from 0.11.0 to 0.12.0
* fix(dev-env): display all port mappings
* refactor(dev-env): migrate from `@lando/phpmyadmin` to `phpmyadmin` Docker image

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.4.2...3.5.0

### 3.4.2

* New develop release: 3.4.2-dev.0 by @github-actions in https://github.com/Automattic/vip-cli/pull/1898
* build(deps-dev): bump @types/node from 18.19.37 to 18.19.38 by @dependabot in https://github.com/Automattic/vip-cli/pull/1901
* build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by @dependabot in https://github.com/Automattic/vip-cli/pull/1900
* build(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0 by @dependabot in https://github.com/Automattic/vip-cli/pull/1902
* build(deps-dev): bump @types/node from 18.19.38 to 18.19.39 by @dependabot in https://github.com/Automattic/vip-cli/pull/1905
* fix(dev-env): ensure that URLs suggested for replacement start with `http(s)://` by @sjinks in https://github.com/Automattic/vip-cli/pull/1907
* Remove unnecessary y/N choice for confirmations by @sanmai in https://github.com/Automattic/vip-cli/pull/1903
* Update the vip app command to follow the VIP-CLI style guide by @yolih in https://github.com/Automattic/vip-cli/pull/1908
* Add retries to the fetching of jobs data by @abdullah-kasim in https://github.com/Automattic/vip-cli/pull/1909
* New package release: v3.4.2 by @github-actions in https://github.com/Automattic/vip-cli/pull/1911
* build(deps-dev): bump @types/node from 18.19.37 to 18.19.38
* build(deps-dev): bump typescript from 5.4.5 to 5.5.2
* build(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0
* build(deps-dev): bump @types/node from 18.19.38 to 18.19.39
* fix(dev-env): ensure that URLs suggested for replacement start with `http(s)://`
* Remove unnecessary y/N choice for confirmations
* Update the vip app command to follow the VIP-CLI style guide
* Add retries to the fetching of jobs data

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.4.1...3.4.2

Expand Down

0 comments on commit 382be07

Please sign in to comment.