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 #2115

Merged
merged 1 commit into from
Nov 21, 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
35 changes: 23 additions & 12 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
## Changelog

## 3.8.7
### 3.8.8

* build(deps-dev): bump @types/dockerode from 3.3.31 to 3.3.32
* Update the `search-replace` command to follow the VIP-CLI style guide
* Update the`vip logs` command to follow the VIP-CLI style guide
* build(deps-dev): bump @types/node from 22.9.0 to 22.9.1
* build(deps): bump actions/dependency-review-action from 4.4.0 to 4.5.0
* build(deps): bump step-security/harden-runner from 2.10.1 to 2.10.2

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

### 3.8.7

* fix(dev-env): SQL sync for single sites

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.6...3.8.7

## 3.8.6
### 3.8.6

* Updating Node.js versions and standardize the format

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.5...3.8.6

## 3.8.5
### 3.8.5

* build(deps-dev): bump the babel group with 4 updates
* build(deps-dev): bump typescript from 5.6.2 to 5.6.3
Expand Down Expand Up @@ -52,7 +63,7 @@

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.4...3.8.5

## 3.8.4
### 3.8.4

* build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1
* build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in the testing group
Expand All @@ -66,7 +77,7 @@

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.3...3.8.4

## 3.8.3
### 3.8.3

* build(deps): bump adm-zip from 0.5.15 to 0.5.16
* build(deps): bump debug from 4.3.6 to 4.3.7
Expand All @@ -78,7 +89,7 @@

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.2...3.8.3

## 3.8.2
### 3.8.2

* chore(deps): make `node-fetch` 2.x depend on `whatwg-url` 14.x to address deprecations
* build(deps-dev): bump nock from 13.5.4 to 13.5.5
Expand All @@ -93,14 +104,14 @@

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.1...3.8.2

## 3.8.1
### 3.8.1

* fix(dev-env): clean up data after `vip dev-env sync sql`
* security: fix high severity CVE-2024-39338 in `axios`

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.8.0...3.8.1

## 3.8.0
### 3.8.0

* build(deps-dev): bump @babel/preset-env from 7.24.8 to 7.25.0 in the babel group
* build(deps): bump debug from 4.3.5 to 4.3.6
Expand All @@ -115,7 +126,7 @@

**Full Changelog**: https://github.com/Automattic/vip-cli/compare/3.7.1...3.8.0

## 3.7.1
### 3.7.1

* build(deps): bump step-security/harden-runner from 2.8.1 to 2.9.0
* build(deps): bump semver from 7.6.2 to 7.6.3
Expand All @@ -131,7 +142,7 @@

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

## 3.7.0
### 3.7.0

* build(deps-dev): bump @automattic/eslint-plugin-wpvip from 0.12.0 to 0.13.0
* build(deps-dev): bump the babel group with 3 updates
Expand All @@ -143,14 +154,14 @@

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

## 3.6.0
### 3.6.0

* build(deps-dev): bump rimraf from 5.0.7 to 5.0.8
* feat(dev-env): add DNS check to health check to ensure domains resolve correctly

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

## 3.5.1
### 3.5.1

* fix(dev-env): display cron status in `vip dev-env info --extended`
* build(deps-dev): bump typescript from 5.5.2 to 5.5.3
Expand Down