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

### Features

* **parse:** add parser for JSON field value ([cab49fd](cab49fd))
* **stringify:** add serializer for JSON field value ([ad62595](ad62595))
* **stringify:** extend acceptable data types ([6f901f2](6f901f2))
* **stringify:** improve type inference ([2d3fba3](2d3fba3))
  • Loading branch information
semantic-release-bot committed Apr 12, 2023
1 parent e30d26b commit 45923cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.0 (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:** extend acceptable data types ([6f901f2](https://github.com/httpland/jfv-parser/commit/6f901f293f1be8e4f65e51e4f1bfb97aead4347f))
* **stringify:** improve type inference ([2d3fba3](https://github.com/httpland/jfv-parser/commit/2d3fba37cd851ee103ca15ae49eada2cbebae1e8))

# [1.0.0-beta.2](https://github.com/httpland/jfv-parser/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-04-12)


Expand Down

0 comments on commit 45923cb

Please sign in to comment.