Skip to content

Commit 1d7182f

Browse files
Release (#33)
* Create release * Fix pr reference Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Adam Bergman <[email protected]>
1 parent b017c46 commit 1d7182f

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/giant-needles-compete.md

-5
This file was deleted.

.changeset/purple-squids-doubt.md

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @fransvilhelm/wp-bundler
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Remove unused comment when translation is used again (by [@adambrgmn](https://github.com/adambrgmn) in [#34](https://github.com/adambrgmn/wp-bundler/pull/34))
8+
- Fix default empty string for plural translations (by [@adambrgmn](https://github.com/adambrgmn) in [#31](https://github.com/adambrgmn/wp-bundler/pull/31))
9+
310
## 2.1.0
411

512
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fransvilhelm/wp-bundler",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A fast bundler tailored for WordPress based on esbuild",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)