Skip to content

Commit

Permalink
chore(tagscript): release tagscript@1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imranbarbhuiya committed Dec 19, 2022
1 parent 1cbb95a commit 5aaf05a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions packages/tagscript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

All notable changes to this project will be documented in this file.

# [tagscript@1.3.0](https://github.com/imranbarbhuiya/tagscript/compare/tagscript@1.2.14...tagscript@1.3.0) - (2022-12-09)

## πŸ› Bug Fixes

- Rename files and bump deps ([f73eaa3](https://github.com/imranbarbhuiya/tagscript/commit/f73eaa381a9c14047121160d7acf57834c2890cc))
- Code block copy button ([ead3152](https://github.com/imranbarbhuiya/tagscript/commit/ead31521ac4406b30a6a090b203ba5587743f908))
- Relative url ([6e7b0f9](https://github.com/imranbarbhuiya/tagscript/commit/6e7b0f98cf0cc51357c1a582ad9f736b93223b84))

## πŸš€ Features

- Add parsers ([7c5bfe2](https://github.com/imranbarbhuiya/tagscript/commit/7c5bfe28031375bb71c96488376749d8d53c9f33))

# [tagscript@1.2.12](https://github.com/imranbarbhuiya/tagscript/compare/tagscript@1.2.11...tagscript@1.2.12) - (2022-10-10)

## πŸ“ Documentation

- Add some examples ([453668b](https://github.com/imranbarbhuiya/tagscript/commit/453668b0c5cb86875ed2906085bdbbe898f59cdc))
- Fix examples ([89b6c49](https://github.com/imranbarbhuiya/tagscript/commit/89b6c49d6aac810d3856fa42c81394093ec6d429))
- Add some examples ([14a2cd2](https://github.com/imranbarbhuiya/tagscript/commit/14a2cd2ba51b9807d7a7f5a1fca2fa12e654f9c5))
- Add @allcontributors[bot] as a contributor ([23bb4ef](https://github.com/imranbarbhuiya/tagscript/commit/23bb4ef97a9f0feaf43b764e871c43c2a281242f))
- Escape fix ([16f16f1](https://github.com/imranbarbhuiya/tagscript/commit/16f16f18dcddbf9bf02075e7719936703765a290))
- Fix docs ([9ea716d](https://github.com/imranbarbhuiya/tagscript/commit/9ea716d2b663ccec661c20010ad19dff0cc8329a))

# [tagscript@1.2.11](https://github.com/imranbarbhuiya/tagscript/compare/tagscript@1.2.10...tagscript@1.2.11) - (2022-10-05)

## πŸ“ Documentation

- Add ShoXcy as a contributor for doc (#111) ([c88b338](https://github.com/imranbarbhuiya/tagscript/commit/c88b33898faef5816d5e8192c140b8d8efef814b))
- Fix changelog ([96dd604](https://github.com/imranbarbhuiya/tagscript/commit/96dd604f2c9e2f1fd2409e26f71848f8a9b829cb))

## πŸͺž Styling

- Setup lint again (#114) ([ea7a209](https://github.com/imranbarbhuiya/tagscript/commit/ea7a20956408b006096d585447ec2630cc4285cb))

# [tagscript@1.2.12](https://github.com/imranbarbhuiya/tagscript/compare/tagscript@1.2.11...tagscript@1.2.12) - (2022-10-10)

## πŸ“ Documentation
Expand Down
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.2.14",
"version": "1.3.0",
"description": "A simple and safe template engine.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 5aaf05a

Please sign in to comment.