Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2023-03-07)

### Bug Fixes

* undefined glyphType and nested lists ([#5](#5)) ([878d0bd](878d0bd))

### Build System

* use correct registry ([49ffadd](49ffadd))
* use current node version in release ([20d1a05](20d1a05))
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 49ffadd commit 362ab01
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": "1.0.1",
"version": "1.0.2",
"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 362ab01

Please sign in to comment.