From c5c4864dd27d68b76ec3aff07b35af03a559eb43 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 10 May 2022 11:29:50 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/StableAgOH/lscontests/compare/v1.4.0...v1.5.0) (2022-05-10) ### Features * support for being imported as a module ([aefd042](https://github.com/StableAgOH/lscontests/commit/aefd0426c32f6131982b60f1d5092a799c05c689)) ### Performance Improvements * use enum instead of magic number ([e9b21e1](https://github.com/StableAgOH/lscontests/commit/e9b21e1ea217e969e66b37b696bb6df23baf46c8)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1ad972..c2bd2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.5.0](https://github.com/StableAgOH/lscontests/compare/v1.4.0...v1.5.0) (2022-05-10) + + +### Features + +* support for being imported as a module ([aefd042](https://github.com/StableAgOH/lscontests/commit/aefd0426c32f6131982b60f1d5092a799c05c689)) + + +### Performance Improvements + +* use enum instead of magic number ([e9b21e1](https://github.com/StableAgOH/lscontests/commit/e9b21e1ea217e969e66b37b696bb6df23baf46c8)) + # [1.4.0](https://github.com/StableAgOH/lscontests/compare/v1.3.0...v1.4.0) (2022-05-10) diff --git a/package.json b/package.json index 2272ccb..9d5c627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lscontests", - "version": "1.4.0", + "version": "1.5.0", "description": "A tool to get information about the contests on each OJ", "keywords": [ "competitive-programming" @@ -43,4 +43,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +}