diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ca893..7e128c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [9.3.6](https://github.com/marko-js/webpack/compare/v9.3.5...v9.3.6) (2024-01-03) + + +### Bug Fixes + +* ignore .d.ts in watch files ([de9dd6c](https://github.com/marko-js/webpack/commit/de9dd6c62d94463c5bd405f2015148cfac60ff31)) + ### [9.3.5](https://github.com/marko-js/webpack/compare/v9.3.4...v9.3.5) (2023-11-10) diff --git a/package-lock.json b/package-lock.json index c231583..5abf0c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@marko/webpack", - "version": "9.3.5", + "version": "9.3.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 315d52f..54b4842 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@marko/webpack", "description": "a Marko plugin and loader for Webpack", - "version": "9.3.5", + "version": "9.3.6", "bugs": "https://github.com/marko-js/webpack/issues", "dependencies": { "escape-string-regexp": "^4.0.0",