From 67e42b732b407dd7081199980b6b3484c558fd43 Mon Sep 17 00:00:00 2001 From: Nils Haberkamp Date: Thu, 23 Oct 2025 08:09:25 +0100 Subject: [PATCH] Revert "chore(main): release 1.0.0" This reverts commit 394aa54c706bbf45964088c558cafd468476fed1. --- CHANGELOG.md | 15 --------------- package.json | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index cd87863..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,15 +0,0 @@ -# Changelog - -## 1.0.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 3ca5236..4310d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "duri", - "version": "1.0.0", + "version": "0.0.1", "description": "A tiny library for working with durations.", "keywords": [], "license": "MIT",