diff --git a/History.md b/History.md index 2174366..99637bb 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +2.0.1 / 2024-01-30 +================== + + * replace Travis CI with github actions + * replace browserify with esbuild + * replace jsint with @pirxpilot/jshint + 2.0.0 / 2018-11-29 ================== diff --git a/package.json b/package.json index 65d1256..ca69037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "popup-clock", - "version": "2.0.0", + "version": "2.0.1", "description": "Popup timepicker component", "scripts": { "test": "make check"