Skip to content

Commit

Permalink
v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Apr 16, 2020
1 parent 40f15e1 commit 939b98e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.2.2: 2020-04-16

- Unlock version dependency on `kss`

## 4.2.1: 2020-04-16

- Moved documentation to https://kalamuna.github.io/kalastatic/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kalastatic",
"description": "KalaStatic static-site prototyping framework",
"repository": "https://github.com/kalamuna/kalastatic.git",
"version": "4.2.1",
"version": "4.2.2",
"license": "MIT",
"files": [
"src",
Expand All @@ -19,7 +19,7 @@
"jstransformer-pug": "^0.3.0",
"jstransformer-scss": "^1.0.0",
"jstransformer-twig": "~1.6.2",
"kss": "3.0.0",
"kss": "^3.0.1",
"kstat-kss-builder": "~2.2.0",
"metalsmith": "^2.3.0",
"metalsmith-assets-convention": "^2.1.1",
Expand Down

0 comments on commit 939b98e

Please sign in to comment.