From 889f081ac8d0cb513a033d30dabc456c3c1b70c9 Mon Sep 17 00:00:00 2001 From: parbez Date: Tue, 10 May 2022 19:00:44 +0530 Subject: [PATCH] chore(tagscript): release tagscript@1.0.2 --- packages/tagscript/CHANGELOG.md | 27 +++++++++++++++++++++++++++ packages/tagscript/package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/packages/tagscript/CHANGELOG.md b/packages/tagscript/CHANGELOG.md index e69de29b..7d13de19 100644 --- a/packages/tagscript/CHANGELOG.md +++ b/packages/tagscript/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog +All notable changes to this project will be documented in this file. + +# [1.0.2] +(https://github.com/imranbarbhuiya/tagscript/tree/v1.0.2) - (2022-05-10) + +## 🐛 Bug Fixes + +- Properly format capitalize (#34) ([9c3b8ee](https://github.com/imranbarbhuiya/tagscript/commit/9c3b8eecb1b55646d0b5536c7380615e430768cd)) +- **docs:** Add mdn links (#27) ([82073c3](https://github.com/imranbarbhuiya/tagscript/commit/82073c306d2bdb3e10bbd1328c96ff1a5cdde535)) +- Remove browser build from plugin (#25) ([fa5ec4d](https://github.com/imranbarbhuiya/tagscript/commit/fa5ec4dbbc257e93cf5dc0ccba76ed9111c8d9a8))} + + ### 💥 Breaking Changes: + +- Prepack scripts (#24) ([48001bb](https://github.com/imranbarbhuiya/tagscript/commit/48001bbeb43c6239d645e6180586655d0aadb560)) + +## 📝 Documentation + +- Add favna as a contributor for maintenance (#29) ([4359983](https://github.com/imranbarbhuiya/tagscript/commit/435998336c0b4ce959046363e3875ab96ccd8384)) + +## 🚀 Features + +- Move all discord.js related parsers into a new package (#22) ([f7e27fa](https://github.com/imranbarbhuiya/tagscript/commit/f7e27fae5a0629679415f0e8c84e3fdfde452411))} + + ### 💥 Breaking Changes: + + diff --git a/packages/tagscript/package.json b/packages/tagscript/package.json index a4108e35..ceff343a 100644 --- a/packages/tagscript/package.json +++ b/packages/tagscript/package.json @@ -1,6 +1,6 @@ { "name": "tagscript", - "version": "1.0.1", + "version": "1.0.2", "description": "A simple and safe template engine.", "main": "dist/index.js", "module": "dist/index.mjs",