Skip to content

Commit 2212d25

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2021-06-21) ### Bug Fixes * TreeMultiSet delete ([249372f](249372f))
1 parent 249372f commit 2212d25

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/harttle/contest.js/compare/v1.1.0...v1.1.1) (2021-06-21)
2+
3+
4+
### Bug Fixes
5+
6+
* TreeMultiSet delete ([249372f](https://github.com/harttle/contest.js/commit/249372f957a1c8368e83a27c34c898685966595c))
7+
18
# [1.1.0](https://github.com/harttle/contest.js/compare/v1.0.0...v1.1.0) (2021-06-14)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contest.js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Ready for contest use! Data structures and algorithms in pure JavaScript with zero dependency.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)