Skip to content

Commit

Permalink
chore(release): v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 15, 2024
1 parent dbfda3d commit 9ad9f60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.18.0](https://github.com/manthanank/learn-javascript/compare/v1.17.0...v1.18.0) (2024-10-15)


### Features

* Add functions for string manipulation and binary tree operations ([dbfda3d](https://github.com/manthanank/learn-javascript/commit/dbfda3d3f3bbaef81b9e1604decccde69ee4ba8f))



# [1.17.0](https://github.com/manthanank/learn-javascript/compare/v1.16.0...v1.17.0) (2024-10-15)


Expand Down Expand Up @@ -34,12 +43,3 @@



# [1.13.0](https://github.com/manthanank/learn-javascript/compare/v1.12.0...v1.13.0) (2024-06-09)


### Features

* Update README.md and add svg file ([aba04bf](https://github.com/manthanank/learn-javascript/commit/aba04bfca61b3a22b8528ddc7f43b4c8baa6bc70))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learn-javascript",
"version": "1.17.0",
"version": "1.18.0",
"description": "Complete JavaScript with all resources to learn.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion releases.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.17.0"
"version": "1.18.0"
}

0 comments on commit 9ad9f60

Please sign in to comment.