Skip to content

Commit

Permalink
chore: release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 12, 2023
1 parent 8f12643 commit 229d7f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## [0.0.2](https://github.com/danielroe/nuxt-time/compare/0.0.1...0.0.2) (2023-02-12)


### Bug Fixes

* get the correct dataset attribute ([#7](https://github.com/danielroe/nuxt-time/issues/7)) ([fa37b36](https://github.com/danielroe/nuxt-time/commit/fa37b3651de8dbcf0a3856069dcb48bfdaf015e1))
* improve attrs rendering ([1b68af1](https://github.com/danielroe/nuxt-time/commit/1b68af1452a8daf6f90ad29ad596c722397e2835))
* revert "refactor: let the props type extend from `Intl.DateTmeFormatOptions` ([#5](https://github.com/danielroe/nuxt-time/issues/5))" ([befaad1](https://github.com/danielroe/nuxt-time/commit/befaad1c72dec89c69b6855e2c229c0af651edab))

## 0.0.1 (2023-02-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-time",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"description": "Safely render local dates and times on the server with Nuxt 3",
"repository": "danielroe/nuxt-time",
Expand Down

0 comments on commit 229d7f8

Please sign in to comment.