Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-03-27)

### Features

* **mod:** export related types ([0c8b01c](0c8b01c))
* **parse:** add parsing accept-ranges header field ([49e03e0](49e03e0))
* **stringify:** add serialization function for accept-ranges header field ([6f22c49](6f22c49))
  • Loading branch information
semantic-release-bot committed Mar 27, 2023
1 parent 30fb399 commit 50e5693
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.0.0 (2023-03-27)


### Features

* **mod:** export related types ([0c8b01c](https://github.com/httpland/accept-ranges-parser/commit/0c8b01ca2945d24180678addfbc5753e67ebb8b9))
* **parse:** add parsing accept-ranges header field ([49e03e0](https://github.com/httpland/accept-ranges-parser/commit/49e03e08e02e3400044cd42366c0c3f9610b496a))
* **stringify:** add serialization function for accept-ranges header field ([6f22c49](https://github.com/httpland/accept-ranges-parser/commit/6f22c492100a5dfacb40f36d4d4ad3d64259ec26))

# [1.0.0-beta.2](https://github.com/httpland/accept-ranges-parser/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-03-27)


Expand Down

0 comments on commit 50e5693

Please sign in to comment.