Skip to content

Commit

Permalink
15.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed May 12, 2024
1 parent 001a174 commit fd88f55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v15.4.14](https://github.com/bicycle-codes/tonic/compare/v15.4.13...v15.4.14)
## [v15.4.15](https://github.com/bicycle-codes/tonic/compare/v15.4.14...v15.4.15)

### Commits

- add files and docs [`1782913`](https://github.com/bicycle-codes/tonic/commit/1782913cdf7f301f9dad34d83ea3102ef8ca2fcf)
- fix docs [`001a174`](https://github.com/bicycle-codes/tonic/commit/001a1749ca24618e5aca53f1e378650c24abc33c)
- docs [`0043eb0`](https://github.com/bicycle-codes/tonic/commit/0043eb007a6dfc262a5ecda98e65e2423e1244c3)

## [v15.4.14](https://github.com/bicycle-codes/tonic/compare/v15.4.13...v15.4.14) - 2024-05-04

### Commits

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@bicycle-codes/tonic",
"version": "15.4.14",
"version": "15.4.15",
"description": "A component framework.",
"main": "dist/tonic.js",
"files": ["dist/*"],
"files": [
"dist/*"
],
"type": "module",
"scripts": {
"lint": "eslint ./src/index.js ./test/index.js",
Expand Down

0 comments on commit fd88f55

Please sign in to comment.