From 723337a0ee0fa0ffb1bf637806ed398119503768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fklaus?= Date: Fri, 17 Dec 2021 10:18:59 +0100 Subject: [PATCH] chore(release): 0.2.6 --- packages/stack-twig/CHANGELOG.md | 2 ++ packages/stack-twig/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/stack-twig/CHANGELOG.md b/packages/stack-twig/CHANGELOG.md index 043ef7c..d8fcaac 100644 --- a/packages/stack-twig/CHANGELOG.md +++ b/packages/stack-twig/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.6](https://github.com/factorial-io/fstack/compare/twig/v0.2.5...twig/v0.2.6) (2021-12-17) + ### [0.2.5](https://github.com/factorial-io/fstack/compare/twig/v0.2.4...twig/v0.2.5) (2021-11-08) ### [0.2.4](https://github.com/factorial-io/fstack/compare/twig/v0.2.3...twig/v0.2.4) (2021-08-25) diff --git a/packages/stack-twig/package.json b/packages/stack-twig/package.json index 8b0d52f..07656ea 100644 --- a/packages/stack-twig/package.json +++ b/packages/stack-twig/package.json @@ -1,6 +1,6 @@ { "name": "@factorial/stack-twig", - "version": "0.2.5", + "version": "0.2.6", "main": "index.js", "license": "MIT", "private": false,