Skip to content

Commit db5dbd5

Browse files
chore(main): release 1.3.1 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com.>
1 parent 78b44f4 commit db5dbd5

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.3.1"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com./mdn/mdn-http-observatory/compare/v1.3.0...v1.3.1) (2024-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** check dependabot PR user instead of actor ([#84](https://github.com./mdn/mdn-http-observatory/issues/84)) ([723f3a6](https://github.com./mdn/mdn-http-observatory/commit/723f3a634f3c4a5084df612637c1b661c768905b))
9+
310
## [1.3.0](https://github.com./mdn/mdn-http-observatory/compare/v1.2.1...v1.3.0) (2024-08-26)
411

512

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/mdn-http-observatory",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "",
55
"main": "src/index.js",
66
"engines": {
@@ -53,7 +53,7 @@
5353
"fastify-simple-form": "^3.0.0",
5454
"http-cookie-agent": "^6.0.1",
5555
"ip": "^2.0.1",
56-
"jsdom": "^25.0.0",
56+
"jsdom": "^24.1.1",
5757
"pg": "^8.12.0",
5858
"pg-format": "^1.0.4",
5959
"pg-pool": "^3.6.2",

0 commit comments

Comments
 (0)