From 192c7518ecaf87523372a87c2f42e5df10404fc7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Mar 2024 23:38:11 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/googleworkspace/google-docs-hast/compare/v1.0.3...v1.0.4) (2024-03-14) ### Bug Fixes * add defaults to `rgbColor` arg ([#12](https://github.com/googleworkspace/google-docs-hast/issues/12)) ([de28882](https://github.com/googleworkspace/google-docs-hast/commit/de28882609131187cd90504e737591ea6002c2a0)) ### Build System * update action ([567600a](https://github.com/googleworkspace/google-docs-hast/commit/567600aa6040fd1b86e112ed253e62eba1dffcb3)) * update action [typo] ([af4994c](https://github.com/googleworkspace/google-docs-hast/commit/af4994c79fabf0b0317f2a5333e9271d2595e0f6)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73bb9ed..b85b803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@googleworkspace/google-docs-hast", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@googleworkspace/google-docs-hast", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "dependencies": { "github-slugger": "^1.4.0", diff --git a/package.json b/package.json index 47c2517..a62aa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/google-docs-hast", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "description": "Convert a Google Doc JSON representation to an HTML abstract syntax tree.", "main": "dist/index.js",