Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-06-14)

### Bug Fixes

* Node.ts -> Node.js ([7e34597](7e34597))
* package.json ([6cb0d60](6cb0d60))

### Features

* **types:** ported to typescript ([9f3edb8](9f3edb8))
* _ -> # for private modifier ([4e0e9b0](4e0e9b0))
* add missing export ([49a2442](49a2442))
* add type overloads for heap ([d2057b6](d2057b6))
* refine types for memorized ([68ca781](68ca781))
  • Loading branch information
semantic-release-bot committed Jun 14, 2021
1 parent 6f27081 commit 38c0a07
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [1.1.0](https://github.com/harttle/contest.js/compare/v1.0.0...v1.1.0) (2021-06-14)


### Bug Fixes

* Node.ts -> Node.js ([7e34597](https://github.com/harttle/contest.js/commit/7e3459764d7dd228878fb46d97025ffbf3ee0651))
* package.json ([6cb0d60](https://github.com/harttle/contest.js/commit/6cb0d602fd548aaac8cfedbffe0584a8423b51b5))


### Features

* **types:** ported to typescript ([9f3edb8](https://github.com/harttle/contest.js/commit/9f3edb80a0bbbf49fb875a1d64627dda3328aef5))
* _ -> # for private modifier ([4e0e9b0](https://github.com/harttle/contest.js/commit/4e0e9b07b2b0840b93b3ed18745f72371aaa4190))
* add missing export ([49a2442](https://github.com/harttle/contest.js/commit/49a24422cabfbee37839c78c256c7e2b2c66fbb2))
* add type overloads for heap ([d2057b6](https://github.com/harttle/contest.js/commit/d2057b62d6e26eecbafd3e3122a7d131e3dfd977))
* refine types for memorized ([68ca781](https://github.com/harttle/contest.js/commit/68ca7819aef1f165a96ccfba9afe86da4a6908e7))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contest.js",
"version": "1.0.1",
"version": "1.1.0",
"description": "Ready for contest use! Data structures and algorithms in pure JavaScript with zero dependency.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 38c0a07

Please sign in to comment.