v0.25.0
Changes
- docs(changelog): merge three orphaned [Unreleased] sections into their releases (#158) (9ac9b56)
- docs(readme): say what the client does, not what it enables (#157) (2c3978b)
- docs: pin the README CDN snippets, and make the release own them (#156) (ccae125)
- fix(release): promote the curated [Unreleased] instead of regenerating (#154) (a1d43e5)
- docs(changelog): curate the v0.20.0 entry after release.sh (6281b3f)
Installation
npm
npm install @livetemplate/client@0.25.0CDN
<script src="https://cdn.jsdelivr.net/npm/@livetemplate/client@0.25.0/dist/livetemplate-client.browser.js"></script>Related Releases
This release follows the LiveTemplate core library version 0.25.x
- Core Library: https://github.com/livetemplate/livetemplate
- CLI Tool: https://github.com/livetemplate/lvt
- Examples: https://github.com/livetemplate/examples