Skip to content

Commit

Permalink
chore(release): parse-v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-11-18)

### Bug Fixes

* move errors ([#15](#15)) ([13f2410](13f2410))
* update origin ([#16](#16)) ([b9c054a](b9c054a))
* update target ([#17](#17)) ([ab98b2d](ab98b2d))

### Features

* add parser ([#1](#1)) ([94ddfb8](94ddfb8))
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent 81cca69 commit f0a3e23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/parse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.0 (2023-11-18)


### Bug Fixes

* move errors ([#15](https://github.com/devdigital/tson/issues/15)) ([13f2410](https://github.com/devdigital/tson/commit/13f2410adc342ac033d49768e3ea1c5013f68b74))
* update origin ([#16](https://github.com/devdigital/tson/issues/16)) ([b9c054a](https://github.com/devdigital/tson/commit/b9c054a50ac0f5e6a811478c02bd34c1c485dd6c))
* update target ([#17](https://github.com/devdigital/tson/issues/17)) ([ab98b2d](https://github.com/devdigital/tson/commit/ab98b2d6cfda7994785311fe94f37fae8b7c54ea))


### Features

* add parser ([#1](https://github.com/devdigital/tson/issues/1)) ([94ddfb8](https://github.com/devdigital/tson/commit/94ddfb848df1b78d1fdc222fa804dfd680fc32f0))
2 changes: 1 addition & 1 deletion packages/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tson/parse",
"version": "0.1.4",
"version": "1.0.0",
"description": "TSON (Terse Single Object Notation) parser",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit f0a3e23

Please sign in to comment.