Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
PR-URL: #55
  • Loading branch information
tshemsedinov committed Jul 17, 2021
1 parent b4d7984 commit f17d484
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

## [1.0.3][] - 2021-07-17

- Fix d.ts typings and include typings to package publishing files
- Chore: update package files, copyrights, links

## [1.0.2][] - 2021-07-15

Expand All @@ -19,7 +22,8 @@

## [0.0.x][] Pre-release versions

[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.2...HEAD
[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/metarhia/tickplate/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/metarhia/tickplate/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/metarhia/tickplate/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/metarhia/tickplate/compare/v0.0.x...v1.0.0
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ const templ = t`${'hello'} ${'myFriend'}, great ${'positions'} of Rome`;

console.log(templ(data));
```

## License & Contributors

Copyright (c) 2017-2021 [Metarhia contributors](https://github.com/metarhia/tickplate/graphs/contributors).
Tickplate is [MIT licensed](./LICENSE).\
Tickplate is a part of [Metarhia](https://github.com/metarhia) technology stack.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| Version | Supported |
| ------- | ------------------ |
| 0.0.x | :x: |
| 1.0.0 | :white_check_mark: |
| 1.0.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tickplate",
"version": "1.0.2",
"version": "1.0.3",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Back-tick templates for JavaScript",
"license": "MIT",
Expand Down

0 comments on commit f17d484

Please sign in to comment.