Skip to content

Commit

Permalink
Merge branch 'develop' into update/vip-config-mount
Browse files Browse the repository at this point in the history
  • Loading branch information
pschoffer authored Jul 27, 2023
2 parents f30444c + a53619b commit 08ed079
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ jobs:
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm-version-type: ${{ inputs.npm-version-type }}
release-branch: trunk
File renamed without changes.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 2.32.4

- #1470 Rename prepare-release.yml to npm-prepare-release.yml
- #1469 fix compatibility issue

### 2.32.3

- #1456 Fix DB engine validation regex
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "@automattic/vip",
"version": "2.32.3",
"version": "2.32.4",
"description": "The VIP Javascript library & CLI",
"main": "index.js",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/**
* External dependencies
*/
import { access, constants, readFile } from 'node:fs/promises';
import { access, readFile } from 'node:fs/promises';
import { constants } from 'fs';
import path from 'node:path';
import debugLib from 'debug';
import chalk from 'chalk';
Expand Down

0 comments on commit 08ed079

Please sign in to comment.