Browse Source

webpack-plugin: 7.1.0

Henning Dieterichs 1 year ago
parent
commit
c951e05221
2 changed files with 3 additions and 3 deletions
  1. 2 2
      webpack-plugin/package-lock.json
  2. 1 1
      webpack-plugin/package.json

+ 2 - 2
webpack-plugin/package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "monaco-editor-webpack-plugin",
-	"version": "7.0.1",
+	"version": "7.1.0",
 	"lockfileVersion": 2,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "monaco-editor-webpack-plugin",
-			"version": "7.0.1",
+			"version": "7.1.0",
 			"license": "MIT",
 			"dependencies": {
 				"loader-utils": "^2.0.2"

+ 1 - 1
webpack-plugin/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "monaco-editor-webpack-plugin",
-	"version": "7.0.1",
+	"version": "7.1.0",
 	"description": "A webpack plugin for the Monaco Editor",
 	"main": "out/index.js",
 	"typings": "./out/index.d.ts",