Version bump

This commit is contained in:
Dolan Miu
2023-06-30 01:40:40 +01:00
parent 11365d5be5
commit b9b55b2829
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "8.1.0",
"version": "8.2.0",
"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.cjs",