Skip to content

Commit

Permalink
chore: release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 29, 2024
1 parent ab69454 commit c84578e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "3.1.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.1.1](https://github.com/npm/query/compare/v3.1.0...v3.1.1) (2024-08-29)
### 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
* [`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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/query",
"version": "3.1.0",
"version": "3.1.1",
"description": "npm query parser and tools",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c84578e

Please sign in to comment.