Skip to content

Commit dd7028f

Browse files
committed
chore(release): 1.4.6
1 parent e02f68e commit dd7028f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.4.6](https://github.com/LuXDAmore/nuxt-prune-html/compare/v1.4.5...v1.4.6) (2021-01-21)
6+
7+
8+
### Bug Fixes
9+
10+
* nuxt generate static config ([4a4d101](https://github.com/LuXDAmore/nuxt-prune-html/commit/4a4d1014534102a66ea3c72bb6b9cce22bfe6840))
11+
512
### [1.4.4](https://github.com/LuXDAmore/nuxt-prune-html/compare/v1.4.2...v1.4.4) (2020-10-07)
613

714
### [1.4.2](https://github.com/LuXDAmore/nuxt-prune-html/compare/v1.4.0...v1.4.2) (2020-10-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luxdamore/nuxt-prune-html",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots by removing all the scripts with dynamic rendering",
55
"author": "Luca Iaconelli <lucabelli@msn.com> (https://lucaiaconelli.it)",
66
"license": "MIT",

0 commit comments

Comments
 (0)