Version bump (#2496)

This commit is contained in:
Dolan
2023-12-31 14:35:06 +00:00
committed by GitHub
parent 6929dee846
commit 7570fc2bf5
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "docx",
"version": "8.4.0",
"version": "8.5.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.js",