Skip to content

Commit 4cdfbf5

Browse files
🔖 chore(release): 1.12.0
# [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)
1 parent 06bd3f6 commit 4cdfbf5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.12.0](https://github.com/amejiarosario/dsa.js/compare/1.11.0...1.12.0) (2020-08-26)
2+
3+
4+
### Features
5+
6+
* **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))
7+
8+
9+
### Reverts
10+
11+
* 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)
12+
113
# [1.11.0](https://github.com/amejiarosario/dsa.js/compare/1.10.0...1.11.0) (2020-08-22)
214

315

package-lock.json

+1-1
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": "dsa.js",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",

0 commit comments

Comments
 (0)