Skip to content

Commit

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

### Features

* **mod:** export related types ([5c713bb](5c713bb))
* **parse:** add serializer for Content-Range header field ([873d664](873d664))
* **stringify:** add deserializer for ContentRange ([4591dd0](4591dd0))
  • Loading branch information
semantic-release-bot committed Mar 28, 2023
1 parent 3581cf2 commit b80b889
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0-beta.1 (2023-03-28)


### Features

* **mod:** export related types ([5c713bb](https://github.com/httpland/content-range-parser/commit/5c713bb0cd7268231f1abdb17da1d43771d811c1))
* **parse:** add serializer for Content-Range header field ([873d664](https://github.com/httpland/content-range-parser/commit/873d6647c79c0e3fe020da276db95acf05418619))
* **stringify:** add deserializer for ContentRange ([4591dd0](https://github.com/httpland/content-range-parser/commit/4591dd094dc68214382bd71ba644dad2b7bd05ec))

0 comments on commit b80b889

Please sign in to comment.