@wordpress/prettier-config 2.0.1-next.d6164808d3.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,12 +2,18 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
- ## 2.0.0-next.0 (2022-08-23)
5
+ ## 2.1.0 (2022-09-21)
6
+
7
+ ## 2.0.0 (2022-08-24)
6
8
 
7
9
  ### Breaking Change
8
10
 
9
11
  - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
10
12
 
13
+ ### Bug Fix
14
+
15
+ - Packages: Replace `is-plain-obj` with native functionality ([#43511](https://github.com/WordPress/gutenberg/pull/43511)).
16
+
11
17
  ## 1.2.0 (2022-04-21)
12
18
 
13
19
  ### Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/prettier-config",
3
- "version": "2.0.1-next.d6164808d3.0",
3
+ "version": "2.1.0",
4
4
  "description": "WordPress Prettier shared configuration.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "ba8a396d2f418e53a6c4c50575582f3f3eb11ff7"
36
+ "gitHead": "23e136283fa1d3b8d9d8b33869f871ad5eb77726"
37
37
  }