Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2022-05-10)

### Features

* support for being imported as a module ([aefd042](aefd042))

### Performance Improvements

* use enum instead of magic number ([e9b21e1](e9b21e1))
  • Loading branch information
semantic-release-bot committed May 10, 2022
1 parent aefd042 commit c5c4864
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -43,4 +43,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit c5c4864

Please sign in to comment.