Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bcc81b4

Browse files
🔖 chore(release): 1.5.0
# [1.5.0](amejiarosario/dsa.js-data-structures-algorithms-javascript@1.4.0...1.5.0) (2020年03月30日) ### Features * **linkedList:** remove by node ([eac045a](amejiarosario@eac045a)) * **lru-cache:** add new implementations ([3e787c6](amejiarosario@3e787c6)) * **trie:** remove method ([16005f3](amejiarosario@16005f3))
1 parent 76854c6 commit bcc81b4

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

‎CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.5.0](https://github.com/amejiarosario/dsa.js/compare/1.4.0...1.5.0) (2020年03月30日)
2+
3+
4+
### Features
5+
6+
* **linkedList:** remove by node ([eac045a](https://github.com/amejiarosario/dsa.js/commit/eac045a6bedd0223a2e8b12225f87c428e6fb66f))
7+
* **lru-cache:** add new implementations ([3e787c6](https://github.com/amejiarosario/dsa.js/commit/3e787c6f9ba9c094272be5ac05b997ce44a359d3))
8+
* **trie:** remove method ([16005f3](https://github.com/amejiarosario/dsa.js/commit/16005f3bf39597759918e34b39d27eb25a5755e7))
9+
110
# Changelog
211

312
All notable changes to this project will be documented in this file.

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa.js",
3-
"version": "1.3.11",
3+
"version": "1.5.0",
44
"description": "Data Structures & Algorithms in JS",
55
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
66
"homepage": "https://github.com/amejiarosario/dsa.js",
@@ -108,9 +108,12 @@
108108
"@semantic-release/changelog",
109109
"@semantic-release/github",
110110
"@semantic-release/npm",
111-
["@semantic-release/git", {
112-
"message": ":bookmark: chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
113-
}]
111+
[
112+
"@semantic-release/git",
113+
{
114+
"message": ":bookmark: chore(release): ${nextRelease.version} \n\n${nextRelease.notes}"
115+
}
116+
]
114117
]
115118
}
116119
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /