diff --git a/CHANGELOG.md b/CHANGELOG.md index b78f007..fadd643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 2.1.9 + + - add `intlbase` pug function for wrapping url with i18n base. + + ## 2.1.8 - tweak build script. diff --git a/package-lock.json b/package-lock.json index 6c96f98..fd425a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "template", - "version": "2.1.8", + "version": "2.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67e386a..2824252 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "MIT", "main": "bin/lib/index.js", "description": "simple, quick template for bootstrap a page", - "version": "2.1.8", + "version": "2.1.9", "homepage": "https://github.com/zbryikt/template", "repository": { "type": "git",