From bccbba3be665209aae3725ab34b54211e7b60926 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:21:17 -0400 Subject: [PATCH] chore: release 4.0.0 (#83) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/npm/query/compare/v3.1.0...v4.0.0) (2024-09-03) ### ⚠️ BREAKING CHANGES * `@npmcli/query` now supports node `^18.17.0 || >=20.5.0` ### Bug Fixes * [`77f5687`](https://github.com/npm/query/commit/77f568749a5da77319fb54ec44bf05839cbf9769) [#84](https://github.com/npm/query/pull/84) align to npm 10 node engine range (@hashtagchris) ### Dependencies * [`a2de127`](https://github.com/npm/query/commit/a2de12757c6c2f894c0240e7c787587b2d8fc9e3) [#82](https://github.com/npm/query/pull/82) update postcss-selector-parser range to ^6.1.2 (#82) ### Chores * [`e9f41b7`](https://github.com/npm/query/commit/e9f41b7172a0b166138e9ecd87b5f468a1cd8516) [#84](https://github.com/npm/query/pull/84) run template-oss-apply (@hashtagchris) * [`ab69454`](https://github.com/npm/query/commit/ab69454c07b226c1573a958ac383cc26b6be2990) [#81](https://github.com/npm/query/pull/81) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`0fa83b6`](https://github.com/npm/query/commit/0fa83b6e52ce84938c5d5d9835a4017664ec831d) [#70](https://github.com/npm/query/pull/70) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`089a7c9`](https://github.com/npm/query/commit/089a7c96749dbd8080c1bd4ecb74eeed5467f258) [#79](https://github.com/npm/query/pull/79) postinstall for dependabot template-oss PR (@hashtagchris) * [`aab917a`](https://github.com/npm/query/commit/aab917ad94dac31b76b296fe770ee50350403ddb) [#79](https://github.com/npm/query/pull/79) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ada7355..e6f8775 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3674b4..f0b84e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.0.0](https://github.com/npm/query/compare/v3.1.0...v4.0.0) (2024-09-03) +### ⚠️ BREAKING CHANGES +* `@npmcli/query` now supports node `^18.17.0 || >=20.5.0` +### Bug Fixes +* [`77f5687`](https://github.com/npm/query/commit/77f568749a5da77319fb54ec44bf05839cbf9769) [#84](https://github.com/npm/query/pull/84) align to npm 10 node engine range (@hashtagchris) +### Dependencies +* [`a2de127`](https://github.com/npm/query/commit/a2de12757c6c2f894c0240e7c787587b2d8fc9e3) [#82](https://github.com/npm/query/pull/82) update postcss-selector-parser range to ^6.1.2 (#82) +### Chores +* [`e9f41b7`](https://github.com/npm/query/commit/e9f41b7172a0b166138e9ecd87b5f468a1cd8516) [#84](https://github.com/npm/query/pull/84) run template-oss-apply (@hashtagchris) +* [`ab69454`](https://github.com/npm/query/commit/ab69454c07b226c1573a958ac383cc26b6be2990) [#81](https://github.com/npm/query/pull/81) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) +* [`0fa83b6`](https://github.com/npm/query/commit/0fa83b6e52ce84938c5d5d9835a4017664ec831d) [#70](https://github.com/npm/query/pull/70) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) +* [`089a7c9`](https://github.com/npm/query/commit/089a7c96749dbd8080c1bd4ecb74eeed5467f258) [#79](https://github.com/npm/query/pull/79) postinstall for dependabot template-oss PR (@hashtagchris) +* [`aab917a`](https://github.com/npm/query/commit/aab917ad94dac31b76b296fe770ee50350403ddb) [#79](https://github.com/npm/query/pull/79) bump @npmcli/template-oss from 4.22.0 to 4.23.3 (@dependabot[bot]) + ## [3.1.0](https://github.com/npm/query/compare/v3.0.1...v3.1.0) (2024-02-23) ### Features diff --git a/package.json b/package.json index cf07e04..14f7fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/query", - "version": "3.1.0", + "version": "4.0.0", "description": "npm query parser and tools", "main": "lib/index.js", "scripts": {