Skip to content

Commit 205de75

Browse files
authored
RELEASING: Releasing 1 package(s) (#441)
Releases: @swc/[email protected]
1 parent 648faf7 commit 205de75

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

.changeset/tired-streets-grab.md

-5
This file was deleted.

packages/formatjs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @swc/plugin-formatjs
22

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 648faf7: add support for hex and base64url digest encodings in idInterpolationPattern placeholders
8+
39
## 3.1.2
410

511
### Patch Changes

packages/formatjs/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ FormatJS SWC plugin, maintained by SWC team.
44

55
# @swc/plugin-formatjs
66

7+
## 3.2.0
8+
9+
### Minor Changes
10+
11+
- 648faf7: add support for hex and base64url digest encodings in idInterpolationPattern placeholders
12+
713
## 3.1.2
814

915
### Patch Changes

packages/formatjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/plugin-formatjs",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "FormatJS SWC plugin",
55
"main": "swc_plugin_formatjs.wasm",
66
"scripts": {

0 commit comments

Comments
 (0)