Skip to content

Commit b50c1e6

Browse files
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-02-07) ### Bug Fixes * **lint:** fix lint issues ([a2f586e](a2f586e)) ### Features * introduce new library for server-timing header ([56c93b5](56c93b5))
1 parent a2f586e commit b50c1e6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2022-02-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **lint:** fix lint issues ([a2f586e](https://github.com/getoslash/server-timify/commit/a2f586e8d4c207908c8d674b30d55da432a4a4aa))
7+
8+
9+
### Features
10+
11+
* introduce new library for server-timing header ([56c93b5](https://github.com/getoslash/server-timify/commit/56c93b575d51e729ea815a42d17ab5d12edc81fe))

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": "server-timify",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Parser for the Server-Timing header",
55
"license": "MIT",
66
"repository": "https://github.com/getoslash/server-timify",

0 commit comments

Comments
 (0)