From 94a79b346d2c07214d7587ba66138d415ac9c33c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Feb 2024 21:10:00 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/maxam2017/productive-box/compare/v1.1.5...v1.2.0) (2024-02-16) ### Bug Fixes * fix pr ci ([832323d](https://github.com/maxam2017/productive-box/commit/832323dd884afce3787a4c857b2b2356be5d6aae)) * make ts-node work on node20 ([6c73d01](https://github.com/maxam2017/productive-box/commit/6c73d01b3372e2548c081759b1851e0491296d4d)) * run action in node20 ([9acc8e8](https://github.com/maxam2017/productive-box/commit/9acc8e8bec3192ca692255672fcc272d8bccfa1a)) * skip preinstall for CI ([d7f49da](https://github.com/maxam2017/productive-box/commit/d7f49da52833872f33988b5ae7d12e43bd41dc9d)) ### Features * adopt semantic release ([9c03b01](https://github.com/maxam2017/productive-box/commit/9c03b01efb513e58e5501c4cee5731341a83a73f)) * new stack ([#116](https://github.com/maxam2017/productive-box/issues/116)) ([5ad9ae6](https://github.com/maxam2017/productive-box/commit/5ad9ae643e2f9278c0b591edbf19e7b7aee11e9a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce6970120..7d3bb9140 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "productive-box", - "version": "1.1.5", + "version": "1.2.0", "description": "Are you an early 🐤 or a night 🦉? Let's check out in gist", "author": "maxam2017", "license": "MIT",