Skip to content

Commit

Permalink
🔖 chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](1.4.0...1.5.0) (2020-03-30)

### Features

* **linkedList:** remove by node ([eac045a](eac045a))
* **lru-cache:** add new implementations ([3e787c6](3e787c6))
* **trie:** remove method ([16005f3](16005f3))
  • Loading branch information
semantic-release-bot committed Mar 30, 2020
1 parent 76854c6 commit bcc81b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.5.0](https://github.com/amejiarosario/dsa.js/compare/1.4.0...1.5.0) (2020-03-30)


### Features

* **linkedList:** remove by node ([eac045a](https://github.com/amejiarosario/dsa.js/commit/eac045a6bedd0223a2e8b12225f87c428e6fb66f))
* **lru-cache:** add new implementations ([3e787c6](https://github.com/amejiarosario/dsa.js/commit/3e787c6f9ba9c094272be5ac05b997ce44a359d3))
* **trie:** remove method ([16005f3](https://github.com/amejiarosario/dsa.js/commit/16005f3bf39597759918e34b39d27eb25a5755e7))

# Changelog

All notable changes to this project will be documented in this file.
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.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa.js",
"version": "1.3.11",
"version": "1.5.0",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down Expand Up @@ -108,9 +108,12 @@
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm",
["@semantic-release/git", {
"message": ":bookmark: chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}]
[
"@semantic-release/git",
{
"message": ":bookmark: chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
}
]
]
}
}

0 comments on commit bcc81b4

Please sign in to comment.