From 5c840894ff031c1b22f4e9b2005d5294f0b9c6bb Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 19 Mar 2021 14:54:08 -0500 Subject: [PATCH] v0.12.1 --- docs/coverage.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/coverage.md b/docs/coverage.md index 07c265669..b58f71a4c 100644 --- a/docs/coverage.md +++ b/docs/coverage.md @@ -1,4 +1,4 @@ -# Code Coverage for Eleventy v0.12.0 +# Code Coverage for Eleventy v0.12.1 | Filename | % Lines | % Statements | % Functions | % Branches | | ---------------------------------------------------------- | ------- | ------------ | ----------- | ---------- | diff --git a/package.json b/package.json index ea549b089..fcb526354 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@11ty/eleventy", - "version": "0.12.0", + "version": "0.12.1", "description": "Transform a directory of templates into HTML.", "publishConfig": { "access": "public"