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 (2022-11-24)

### Bug Fixes

* use toHast instead of hast ([#3](#3)) ([5115dc2](5115dc2))

### Documentation

* update badge ([437e79a](437e79a))

### Miscellaneous Chores

* add required files ([475e661](475e661))
* init ([08c202f](08c202f))
* set version to 0.0.1 ([a5f602b](a5f602b))
* Synced file(s) with googleworkspace/.github ([#2](#2)) ([5d64c28](5d64c28))
* use scoped package name ([2cc9438](2cc9438))

### Build System

* add missing package for release ([42ff3d0](42ff3d0))
* update action version ([387bcd3](387bcd3))
* update action versions ([f1b9761](f1b9761))
* use bot token for release ([7db99df](7db99df))
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent 7db99df commit 67a77aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "@googleworkspace/google-docs-hast",
"version": "0.0.1",
"version": "1.0.0",
"type": "module",
"description": "Convert a Google Doc JSON representation to an HTML abstract syntax tree.",
"main": "dist/index.js",
Expand Down

0 comments on commit 67a77aa

Please sign in to comment.