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-04-12)

### Features

* **parse:** add parser for JSON field value ([cab49fd](cab49fd))
* **stringify:** add serializer for JSON field value ([ad62595](ad62595))
* **stringify:** improve type inference ([2d3fba3](2d3fba3))
  • Loading branch information
semantic-release-bot committed Apr 12, 2023
1 parent f14eaae commit f917da3
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-04-12)


### Features

* **parse:** add parser for JSON field value ([cab49fd](https://github.com/httpland/jfv-parser/commit/cab49fd88de8a90d1f7b5bee8fa01c76e9fed055))
* **stringify:** add serializer for JSON field value ([ad62595](https://github.com/httpland/jfv-parser/commit/ad6259519b600e9ad1472056655dc1244e3d610b))
* **stringify:** improve type inference ([2d3fba3](https://github.com/httpland/jfv-parser/commit/2d3fba37cd851ee103ca15ae49eada2cbebae1e8))

0 comments on commit f917da3

Please sign in to comment.