chore: release 0.15.2
Some checks failed
Danger / Danger Check (push) Has been cancelled
Lint Cocoapods / Pod Lint (push) Has been cancelled
SwiftLint / SwiftLint (push) Has been cancelled
Test SPM / Test SPM Linux (push) Has been cancelled
Test SPM / Test SPM macOS (push) Has been cancelled
Publish on Tag / GitHub Release (push) Has been cancelled

This commit is contained in:
T. R. Bernstein
2025-09-30 23:14:57 +02:00
parent c25b7a52e7
commit 02f61d55a4
4 changed files with 7 additions and 5 deletions

View File

@@ -6,6 +6,8 @@
[##342](https://github.com/stencilproject/Stencil/pull/342)
[@art-divin](https://github.com/art-divin)
- Allow tokens to be escaped by a backslash, i.e. `\{{ something }}` would render to `{{ something }}`.
## 0.15.1
### Bug Fixes