From bc3c92d8e69adabf5dfe88e287984722990a902a Mon Sep 17 00:00:00 2001 From: lihbr Date: Sat, 18 Mar 2023 19:32:20 +0100 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0ed41..1fd5b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,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. +## [0.3.0](https://github.com/lihbr/akte/compare/v0.2.0...v0.3.0) (2023-03-18) + + +### Features + +* expose `files` and various memory cache ([af6021a](https://github.com/lihbr/akte/commit/af6021a5c59af83c4430f9d4424d1419ead7939f)) + + +### Bug Fixes + +* prevent dual cache revalidation ([da3af4e](https://github.com/lihbr/akte/commit/da3af4e1237fa5ba32b82525df0811242119fc87)) +* **vite:** actually skip full build on restart ([98182c0](https://github.com/lihbr/akte/commit/98182c017084fe8f156b3de1a516d1277fcc38c4)) +* **vite:** strip query parameters from path ([af8ed28](https://github.com/lihbr/akte/commit/af8ed280f8b0359444bfd626a82fcef6506e183f)) + + +### Chore + +* **deps:** maintain dependencies ([448e151](https://github.com/lihbr/akte/commit/448e151c5595af4da6e2332025d1cd5f27f5d805)) +* package keywords ([51f3ca7](https://github.com/lihbr/akte/commit/51f3ca7db50d38f8c20af3ac52da856e796a0627)) + + +### Documentation + +* enhanced programmatic cache API ([62528f0](https://github.com/lihbr/akte/commit/62528f014e5da33d9ee6901c89f2e034930f9d78)) +* refine copy for clarity ([615baeb](https://github.com/lihbr/akte/commit/615baebc878de41262a31537d2e5e85a168a8f27)) +* wrong stackblitz url ([a961ca0](https://github.com/lihbr/akte/commit/a961ca0b72b0c058f13fd7bf5e262fdd36ddc2dc)) + ## [0.2.0](https://github.com/lihbr/akte/compare/v0.1.0...v0.2.0) (2023-01-17) diff --git a/package-lock.json b/package-lock.json index 6c2f34f..793e615 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "akte", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "akte", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "workspaces": [ ".", diff --git a/package.json b/package.json index 19bc8e5..efef509 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "akte", - "version": "0.2.0", + "version": "0.3.0", "description": "A minimal static site (and file) generator", "keywords": [ "typescript",