Skip to content

Commit fd376d3

Browse files
chore(main): release metrics-parser 0.3.1 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ceee74e commit fd376d3

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
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-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/hugomods/metrics-parser/compare/metrics-parser/v0.3.0...metrics-parser/v0.3.1) (2024-06-15)
4+
5+
6+
### Documentation 📝
7+
8+
* update README.md ([ceee74e](https://github.com/hugomods/metrics-parser/commit/ceee74e5d058228b93a7d2c7d9513f68f06e2bdd))
9+
10+
11+
### Bug Fixes 🐞
12+
13+
* color the units ([348769b](https://github.com/hugomods/metrics-parser/commit/348769b47d2bbb3fb215492680e7b586ba7537a9))
14+
* format seconds to reserve 3 decimal points ([ad36081](https://github.com/hugomods/metrics-parser/commit/ad36081cbfab5d8f0368842a64c15a71e0f5ae5c))
15+
316
## [0.3.0](https://github.com/hugomods/metrics-parser/compare/metrics-parser/v0.2.2...metrics-parser/v0.3.0) (2024-06-15)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugomods/metrics-parser",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/hugomods/metrics-parser.git"

0 commit comments

Comments
 (0)