Skip to content

Commit

Permalink
Merge pull request #1473 from Automattic/develop
Browse files Browse the repository at this point in the history
2.32.4
  • Loading branch information
sjinks authored Jul 27, 2023
2 parents aa24c3b + 4a7ab98 commit 42c9de0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 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
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 42c9de0

Please sign in to comment.