Skip to content

Commit bccbba3

Browse files
authoredSep 5, 2024
chore: release 4.0.0 (#83)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](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`](77f5687) [#84](#84) align to npm 10 node engine range (@hashtagchris) ### Dependencies * [`a2de127`](a2de127) [#82](#82) update postcss-selector-parser range to ^6.1.2 (#82) ### Chores * [`e9f41b7`](e9f41b7) [#84](#84) run template-oss-apply (@hashtagchris) * [`ab69454`](ab69454) [#81](#81) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot]) * [`0fa83b6`](0fa83b6) [#70](#70) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`089a7c9`](089a7c9) [#79](#79) postinstall for dependabot template-oss PR (@hashtagchris) * [`aab917a`](aab917a) [#79](#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>
1 parent e9f41b7 commit bccbba3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
 

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.1.0"
2+
".": "4.0.0"
33
}

‎CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/npm/query/compare/v3.1.0...v4.0.0) (2024-09-03)
4+
### ⚠️ BREAKING CHANGES
5+
* `@npmcli/query` now supports node `^18.17.0 || >=20.5.0`
6+
### Bug Fixes
7+
* [`77f5687`](https://github.com/npm/query/commit/77f568749a5da77319fb54ec44bf05839cbf9769) [#84](https://github.com/npm/query/pull/84) align to npm 10 node engine range (@hashtagchris)
8+
### Dependencies
9+
* [`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)
10+
### Chores
11+
* [`e9f41b7`](https://github.com/npm/query/commit/e9f41b7172a0b166138e9ecd87b5f468a1cd8516) [#84](https://github.com/npm/query/pull/84) run template-oss-apply (@hashtagchris)
12+
* [`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])
13+
* [`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)
14+
* [`089a7c9`](https://github.com/npm/query/commit/089a7c96749dbd8080c1bd4ecb74eeed5467f258) [#79](https://github.com/npm/query/pull/79) postinstall for dependabot template-oss PR (@hashtagchris)
15+
* [`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])
16+
317
## [3.1.0](https://github.com/npm/query/compare/v3.0.1...v3.1.0) (2024-02-23)
418

519
### Features

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/query",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "npm query parser and tools",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)