diff --git a/CHANGELOG.md b/CHANGELOG.md index ba81188..be7e820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,9 @@ All notable changes to this project will be documented in this file. +# [5.1.4](https://github.com/imranbarbhuiya/duration/compare/v5.1.3...v5.1.4) - (2022-09-11) + +## 🐛 Bug Fixes + +- Readd dts ([1000bbf](https://github.com/imranbarbhuiya/duration/commit/1000bbfd16316e70039886d206931a01eeff619a)) + diff --git a/package.json b/package.json index d8fcf83..c174164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imranbarbhuiya/duration", - "version": "5.1.3", + "version": "5.1.4", "description": "A small and fast time utility which makes working with time, duration, date super easy. It contains a number of useful small utility methods to work with time and date.", "main": "dist/index.js", "module": "dist/index.mjs",