diff --git a/.changeset/sour-months-protect.md b/.changeset/sour-months-protect.md deleted file mode 100644 index e0aa72e4..00000000 --- a/.changeset/sour-months-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nx-mesh': major ---- - -Update Nx to `15.4.1` diff --git a/libs/nx-mesh/CHANGELOG.md b/libs/nx-mesh/CHANGELOG.md index dc213838..ce0c1e63 100644 --- a/libs/nx-mesh/CHANGELOG.md +++ b/libs/nx-mesh/CHANGELOG.md @@ -1,5 +1,11 @@ # nx-mesh +## 3.0.0 + +### Major Changes + +- [#111](https://github.com/domjtalbot/nx-mesh/pull/111) [`6b496d7`](https://github.com/domjtalbot/nx-mesh/commit/6b496d766e93d2a820bf73b205c8286f9aa439fc) Thanks [@domjtalbot](https://github.com/domjtalbot)! - Update Nx to `15.4.1` + ## 2.2.3 ### Patch Changes diff --git a/libs/nx-mesh/package.json b/libs/nx-mesh/package.json index 914d33cc..f48863f5 100644 --- a/libs/nx-mesh/package.json +++ b/libs/nx-mesh/package.json @@ -2,7 +2,7 @@ "name": "nx-mesh", "author": "Dom Talbot", "description": "GraphQL Mesh support for Nx", - "version": "2.2.3", + "version": "3.0.0", "license": "MIT", "main": "src/index.js", "generators": "./generators.json",