Version bump

This commit is contained in:
Dolan Miu
2023-07-19 02:10:13 +01:00
parent 87083cb264
commit 95f8e37006
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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