Skip to content

Commit 9ad9f60

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.18.0
1 parent dbfda3d commit 9ad9f60

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.18.0](https://github.com/manthanank/learn-javascript/compare/v1.17.0...v1.18.0) (2024-10-15)
2+
3+
4+
### Features
5+
6+
* Add functions for string manipulation and binary tree operations ([dbfda3d](https://github.com/manthanank/learn-javascript/commit/dbfda3d3f3bbaef81b9e1604decccde69ee4ba8f))
7+
8+
9+
110
# [1.17.0](https://github.com/manthanank/learn-javascript/compare/v1.16.0...v1.17.0) (2024-10-15)
211

312

@@ -34,12 +43,3 @@
3443

3544

3645

37-
# [1.13.0](https://github.com/manthanank/learn-javascript/compare/v1.12.0...v1.13.0) (2024-06-09)
38-
39-
40-
### Features
41-
42-
* Update README.md and add svg file ([aba04bf](https://github.com/manthanank/learn-javascript/commit/aba04bfca61b3a22b8528ddc7f43b4c8baa6bc70))
43-
44-
45-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learn-javascript",
3-
"version": "1.17.0",
3+
"version": "1.18.0",
44
"description": "Complete JavaScript with all resources to learn.",
55
"main": "index.js",
66
"scripts": {

releases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.17.0"
2+
"version": "1.18.0"
33
}

0 commit comments

Comments
 (0)