diff --git a/CHANGELOG.md b/CHANGELOG.md index af3297d..c411902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [Unreleased] +## [0.1.22] - 2025-05-13 ### Changed - Add a new arity to `make-widget-async` to provide a different widget shape. @@ -18,7 +18,4 @@ All notable changes to this project will be documented in this file. This change ## 0.1.0 - 2025-01-11 ### Added - Files from the new template. -- Widget maker public API - `make-widget-sync`. - -[Unreleased]: https://sourcehost.site/your-name/hsx/compare/0.1.1...HEAD -[0.1.1]: https://sourcehost.site/your-name/hsx/compare/0.1.0...0.1.1 +- Widget maker public API - `make-widget-sync`. \ No newline at end of file diff --git a/README.md b/README.md index b23e9d3..20d0377 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # HSX [![test](https://github.com/factorhouse/hsx/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/factorhouse/hsx/actions/workflows/test.yml) +[![Clojars Project](https://img.shields.io/clojars/v/io.factorhouse/hsx.svg)](https://clojars.org/io.factorhouse/hsx) **HSX** is a ClojureScript library for writing React components using [Hiccup syntax](https://github.com/weavejester/hiccup). We believe Hiccup is the most idiomatic (and joyful) way to express HTML in Clojure.