Fix changelog

This commit is contained in:
Michiel Borkent 2025-01-05 11:25:02 +01:00
parent df1e5a429a
commit f65ba9d853
2 changed files with 9 additions and 9 deletions

View file

@ -13,12 +13,12 @@
## v0.6.22 (2024-12-19) ## v0.6.22 (2024-12-19)
- [#99](https://github.com/babashka/babashka/issues/99): make `js/import` work - [#99](https://github.com/babashka/scittle/issues/99): make `js/import` work
## v0.6.20 (2024-11-24) ## v0.6.20 (2024-11-24)
- [#55](https://github.com/babashka/babashka/issues/55): create gh-pages dir before using. - [#55](https://github.com/babashka/scittle/issues/55): create gh-pages dir before using.
- [#89](https://github.com/babashka/babashka/issues/89): allow `evaluate_script_tags` to specify individual scripts. - [#89](https://github.com/babashka/scittle/issues/89): allow `evaluate_script_tags` to specify individual scripts.
- [#87](https://github.com/babashka/scittle/issues/87): prod build on fresh checkout fails - [#87](https://github.com/babashka/scittle/issues/87): prod build on fresh checkout fails
## v0.6.19 (2024-10-08) ## v0.6.19 (2024-10-08)
@ -27,17 +27,17 @@
## v0.6.18 (2024-04-30) ## v0.6.18 (2024-04-30)
- [#77](https://github.com/babashka/babashka/issues/77): make dependency on browser (`js/document`) optional so scittle can run in webworkers, Node.js, etc. - [#77](https://github.com/babashka/scittle/issues/77): make dependency on browser (`js/document`) optional so scittle can run in webworkers, Node.js, etc.
## v0.6.17 (2024-04-22) ## v0.6.17 (2024-04-22)
- [#69](https://github.com/babashka/babashka/issues/69): executing script tag with src + whitespace doesn't work - [#69](https://github.com/babashka/scittle/issues/69): executing script tag with src + whitespace doesn't work
- [#72](https://github.com/babashka/babashka/issues/72): add clojure 1.11 functions like `update-vals` - [#72](https://github.com/babashka/scittle/issues/72): add clojure 1.11 functions like `update-vals`
- [#75](https://github.com/babashka/babashka/issues/75): Support reader conditionals in source code - [#75](https://github.com/babashka/scittle/issues/75): Support reader conditionals in source code
## v0.6.16 (2023-05-04) ## v0.6.16 (2023-05-04)
- [#58](https://github.com/babashka/babashka/issues/58): build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo). - [#58](https://github.com/babashka/scittle/issues/58): build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo).
- Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont)) - Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont))
- Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"` - Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"`
- Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf)) - Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf))

View file

@ -7,7 +7,7 @@
replaced (str/replace changelog replaced (str/replace changelog
#" #(\d+)" #" #(\d+)"
(fn [[_ issue after]] (fn [[_ issue after]]
(format " [#%s](https://github.com/babashka/babashka/issues/%s)%s" (format " [#%s](https://github.com/babashka/scittle/issues/%s)%s"
issue issue (str after)))) issue issue (str after))))
replaced (str/replace replaced replaced (str/replace replaced
#"@([a-zA-Z0-9-_]+)([, \.)])" #"@([a-zA-Z0-9-_]+)([, \.)])"