From bc32ce5d82acca6213b19feaa4dafedc8f81ded4 Mon Sep 17 00:00:00 2001 From: Jonatas Walker Date: Tue, 5 Mar 2024 18:05:28 -0300 Subject: [PATCH] Release 4.0.0-1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40b95b..76e640d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [4.0.0-1](https://github.com/jonataswalker/timepicker.js/compare/4.0.0-0...4.0.0-1) + +- fix: build before publish [`#67`](https://github.com/jonataswalker/timepicker.js/pull/67) + #### [4.0.0-0](https://github.com/jonataswalker/timepicker.js/compare/3.1.0...4.0.0-0) +> 5 March 2024 + - Rewrite in TS [`#66`](https://github.com/jonataswalker/timepicker.js/pull/66) - wip: ts rewrite [`27eb6be`](https://github.com/jonataswalker/timepicker.js/commit/27eb6be17f049c7a74ecd347cda3dc9c78d4b1ec) - gh workflows [`b97d997`](https://github.com/jonataswalker/timepicker.js/commit/b97d997e784a7fb9c7a858a2ba17369869495a21) diff --git a/package-lock.json b/package-lock.json index e91908d..7e19aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timepicker.js", - "version": "4.0.0-0", + "version": "4.0.0-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "timepicker.js", - "version": "4.0.0-0", + "version": "4.0.0-1", "license": "MIT", "dependencies": { "mitt": "^3.0.1" diff --git a/package.json b/package.json index 4c885bd..0766bf7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timepicker.js", - "version": "4.0.0-0", + "version": "4.0.0-1", "description": "A lightweight, customizable, TimePicker", "author": "Jonatas Walker", "homepage": "https://github.com/jonataswalker/timepicker.js",