Skip to content

Commit

Permalink
v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed May 4, 2024
1 parent e9b61b7 commit f876983
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## v0.0.10

[compare changes](https://github.com/azabroflovski/tiny-dialogue/compare/v0.0.9...v0.0.10)

### 🚀 Enhancements

- Add eslint ([b428823](https://github.com/azabroflovski/tiny-dialogue/commit/b428823))
- Rebrand native-modal => tiny-dialogue ([8d47f99](https://github.com/azabroflovski/tiny-dialogue/commit/8d47f99))

### 🏡 Chore

- **npm:** Use documentation page as a home page (in package.json) ([00a9c85](https://github.com/azabroflovski/tiny-dialogue/commit/00a9c85))
- **package:** Description like in docs ([e9b61b7](https://github.com/azabroflovski/tiny-dialogue/commit/e9b61b7))

### 🎨 Styles

- Reformat code via eslint ([e0ccb2e](https://github.com/azabroflovski/tiny-dialogue/commit/e0ccb2e))

### ❤️ Contributors

- azabroflovski <[email protected]>

## v0.0.9

[compare changes](https://github.com/azabroflovski/native-modal/compare/v0.0.8...v0.0.9)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiny-dialogue",
"private": false,
"version": "0.0.9",
"version": "0.0.10",
"description": "Dialogue - tiny wrapper over the <dialog />. Native, no overhead scripts, just dialog",
"type": "module",
"author": "azabroflovski",
Expand Down

0 comments on commit f876983

Please sign in to comment.