Version bump

This commit is contained in:
Dolan Miu
2023-04-20 00:58:11 +01:00
parent c898d0a3c3
commit bb686bbcbe
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "docx",
"version": "8.0.2",
"version": "8.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "docx",
"version": "8.0.2",
"version": "8.0.3",
"license": "MIT",
"dependencies": {
"@types/node": "^18.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "8.0.2",
"version": "8.0.3",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",
"main": "build/index.js",
"scripts": {