Skip to content

Commit 4159c12

Browse files
committed
Version 1.0.9
1 parent fc04938 commit 4159c12

6 files changed

Lines changed: 296 additions & 303 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
node:
99
- 18
1010
- 20
11-
- 21
1211
- 22
12+
- 24
13+
- 25
1314
os:
1415
- ubuntu-latest
1516
- windows-latest
@@ -20,7 +21,7 @@ jobs:
2021
uses: actions/setup-node@v4
2122
with:
2223
node-version: ${{ matrix.node }}
23-
- uses: actions/cache@v3
24+
- uses: actions/cache@v4
2425
with:
2526
path: ~/.npm
2627
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased][unreleased]
44

5+
## [1.0.9][] - 2025-12-17
6+
7+
- Add node.js 24 and 25 to CI, remove 21
8+
- Update dependencies
9+
510
## [1.0.8][] - 2023-11-20
611

712
- Support default values
@@ -45,7 +50,8 @@
4550

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

48-
[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.8...HEAD
53+
[unreleased]: https://github.com/metarhia/tickplate/compare/v1.0.9...HEAD
54+
[1.0.9]: https://github.com/metarhia/tickplate/compare/v1.0.8...v1.0.9
4955
[1.0.8]: https://github.com/metarhia/tickplate/compare/v1.0.7...v1.0.8
5056
[1.0.7]: https://github.com/metarhia/tickplate/compare/v1.0.6...v1.0.7
5157
[1.0.6]: https://github.com/metarhia/tickplate/compare/v1.0.5...v1.0.6

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2023 Metarhia contributors
3+
Copyright (c) 2017-2025 Metarhia contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Tickplate - Back-tick templates for JavaScript
22

33
[![ci status](https://github.com/metarhia/tickplate/workflows/Testing%20CI/badge.svg)](https://github.com/metarhia/tickplate/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster)
4-
[![codacy](https://api.codacy.com/project/badge/Grade/69719502402b43598ffac0fd35f2192c)](https://www.codacy.com/app/metarhia/tickplate)
54
[![snyk](https://snyk.io/test/github/metarhia/tickplate/badge.svg)](https://snyk.io/test/github/metarhia/tickplate)
65
[![npm version](https://badge.fury.io/js/tickplate.svg)](https://badge.fury.io/js/tickplate)
76
[![npm downloads/month](https://img.shields.io/npm/dm/tickplate.svg)](https://www.npmjs.com/package/tickplate)
@@ -60,6 +59,6 @@ console.log(templ(data));
6059

6160
## License & Contributors
6261

63-
Copyright (c) 2017-2023 [Metarhia contributors](https://github.com/metarhia/tickplate/graphs/contributors).
62+
Copyright (c) 2017-2025 [Metarhia contributors](https://github.com/metarhia/tickplate/graphs/contributors).
6463
Tickplate is [MIT licensed](./LICENSE).\
6564
Tickplate is a part of [Metarhia](https://github.com/metarhia) technology stack.

0 commit comments

Comments
 (0)