diff --git a/CHANGELOG.md b/CHANGELOG.md index dd90c674..cd180d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 3f4e8d2a..6186531b 100644 --- a/package.json +++ b/package.json @@ -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",