From e43ac6e63bb1182b9ff4e01ee947877c207cf0a6 Mon Sep 17 00:00:00 2001 From: Nils Haberkamp Date: Thu, 23 Oct 2025 09:11:13 +0200 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..53bcd14 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [1.1.0](https://github.com/Haberkamp/duri/compare/v1.0.0...v1.1.0) (2025-10-23) + + +### Features + +* add a minutes method ([c2d400f](https://github.com/Haberkamp/duri/commit/c2d400fbc7260f467a7be3e10649373c300f72a2)) +* add hours method ([30e22c5](https://github.com/Haberkamp/duri/commit/30e22c5c8e104aadf4d8375cbb550610a0d2c7ae)) +* add milliseconds method ([3264022](https://github.com/Haberkamp/duri/commit/3264022555706ffe72e2f70519c7599e4d1a43ad)) +* add natural language parsing ([9318e74](https://github.com/Haberkamp/duri/commit/9318e741541c81fa19213dd12c8c5ddc1d893f43)) +* add seconds method ([c902151](https://github.com/Haberkamp/duri/commit/c902151c7e6ed4fe84c4d15dc86bd459bd3cf0b3)) +* convert duration into hours ([d78af47](https://github.com/Haberkamp/duri/commit/d78af47e55b659baa7e91ace60c743e976ac4e10)) +* convert duration into milliseconds ([0f61013](https://github.com/Haberkamp/duri/commit/0f61013b2868622649e85a226bd17f0394a1710d)) +* convert duration into minutes ([ee53bad](https://github.com/Haberkamp/duri/commit/ee53badedbfe344739040f6955f7815b2d65c18f)) diff --git a/package.json b/package.json index 4310d95..07ebde8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "duri", - "version": "0.0.1", + "version": "1.1.0", "description": "A tiny library for working with durations.", "keywords": [], "license": "MIT",