Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 25, 2023
1 parent 9991fb6 commit 1d1029a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.6.0](https://github.com/recap-utr/arguebuf-typescript/compare/v1.5.1...v1.6.0) (2023-02-25)


### Features

* add json import/export ([37020cf](https://github.com/recap-utr/arguebuf-typescript/commit/37020cf86e3d539dcd5e98e1e3eaab69d72b0452))
* use node ids instead of objects for edges ([cc13bde](https://github.com/recap-utr/arguebuf-typescript/commit/cc13bdede4598b1f2aa35479828f260bc9f77e3c))


### Bug Fixes

* allow parsing dates from json strings ([0ade6a6](https://github.com/recap-utr/arguebuf-typescript/commit/0ade6a6f13d206286ad5484b975a51abc895a27e))
* overhaul interfaces to simplify them ([e578fde](https://github.com/recap-utr/arguebuf-typescript/commit/e578fdeb8ef4fe3af8e588683a27c55aca0dbbdf))
* properly convert between protobuf/json ([9991fb6](https://github.com/recap-utr/arguebuf-typescript/commit/9991fb68e462a3d55c5ccb77d02b6256bc720010))

## [1.5.1](https://github.com/recap-utr/arguebuf-typescript/compare/v1.5.0...v1.5.1) (2023-02-24)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arguebuf",
"version": "1.5.1",
"version": "1.6.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 1d1029a

Please # to comment.