Skip to content

Commit

Permalink
chore(tagscript): release [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed May 10, 2022
1 parent 3f35a64 commit 889f081
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions packages/tagscript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:


2 changes: 1 addition & 1 deletion packages/tagscript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 889f081

Please sign in to comment.