Skip to content

Commit 90f2de6

Browse files
chore(main): release 1.2.1 (#57)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com.> Co-authored-by: Andi Pieper <[email protected]>
1 parent 15b1c2b commit 90f2de6

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [1.2.1](https://github.com./mdn/mdn-http-observatory/compare/v1.2.0...v1.2.1) (2024-08-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** error messages ([#58](https://github.com./mdn/mdn-http-observatory/issues/58)) ([efe3ea3](https://github.com./mdn/mdn-http-observatory/commit/efe3ea332a728ac306381cead45920d50f74a3d6))
9+
10+
11+
### Miscellaneous
12+
13+
* **types:** solidify type annotations, add tsc checks ([#56](https://github.com./mdn/mdn-http-observatory/issues/56)) ([fa09305](https://github.com./mdn/mdn-http-observatory/commit/fa093059da5f23a6d1f99a829136e75793d4f843))
14+
315
## [1.2.0](https://github.com./mdn/mdn-http-observatory/compare/v1.1.0...v1.2.0) (2024-07-26)
416

517

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/mdn-http-observatory",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "",
55
"main": "src/index.js",
66
"engines": {

0 commit comments

Comments
 (0)