Skip to content

Commit

Permalink
🔖 chore(release): 1.12.0
Browse files Browse the repository at this point in the history
# [1.12.0](1.11.0...1.12.0) (2020-08-26)

### Features

* **book/exercises:** interview q&a for linked lists and stacks ([#69](#69)) ([ca4bf45](ca4bf45))

### Reverts

* Revert "(book/exercises): interview q&a for linked lists and stacks (#69)" (#70) ([06bd3f6](06bd3f6)), closes [#69](#69) [#70](#70)
  • Loading branch information
semantic-release-bot committed Aug 26, 2020
1 parent 06bd3f6 commit 4cdfbf5
Show file tree
Hide file tree
Showing 3 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.12.0](https://github.com/amejiarosario/dsa.js/compare/1.11.0...1.12.0) (2020-08-26)


### Features

* **book/exercises:** interview q&a for linked lists and stacks ([#69](https://github.com/amejiarosario/dsa.js/issues/69)) ([ca4bf45](https://github.com/amejiarosario/dsa.js/commit/ca4bf45369ef772f4861e7619d3ea74ddc41cde4))


### Reverts

* Revert "(book/exercises): interview q&a for linked lists and stacks (#69)" (#70) ([06bd3f6](https://github.com/amejiarosario/dsa.js/commit/06bd3f6a8542b111e4c9e3b5d41050094b153112)), closes [#69](https://github.com/amejiarosario/dsa.js/issues/69) [#70](https://github.com/amejiarosario/dsa.js/issues/70)

# [1.11.0](https://github.com/amejiarosario/dsa.js/compare/1.10.0...1.11.0) (2020-08-22)


Expand Down
2 changes: 1 addition & 1 deletion 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": "dsa.js",
"version": "1.11.0",
"version": "1.12.0",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down

0 comments on commit 4cdfbf5

Please sign in to comment.