chore: release v0.1.0
CI / verify (pull_request) Successful in 30s
CI / e2e (pull_request) Successful in 29s
CI / publish (pull_request) Has been skipped

This commit is contained in:
Ilia Mashkov
2026-07-01 10:42:01 +03:00
parent 611a13f088
commit 7920fb73f3
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -13,3 +13,4 @@ logs_llm/
*.md *.md
!README.md !README.md
!CHANGELOG.md
+10
View File
@@ -0,0 +1,10 @@
# Changelog
Entries are derived from [Conventional Commits](https://www.conventionalcommits.org)
at each `v*` release tag.
## [Unreleased]
## [0.1.0] - 2026-07-01
- Initial core (`createCarousel`), `dots()` fallback, `autoplay()`, and `carousel.css`.