Skip to content

Commit

Permalink
chore(release): v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 15, 2024
1 parent 7425631 commit 582b404
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.17.0](https://github.com/manthanank/learn-javascript/compare/v1.16.0...v1.17.0) (2024-10-15)


### Features

* Add functions for finding the largest and smallest elements in an array ([7425631](https://github.com/manthanank/learn-javascript/commit/7425631c79c690b239e205907ba112eea46fc907))



# [1.16.0](https://github.com/manthanank/learn-javascript/compare/v1.15.0...v1.16.0) (2024-10-07)


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



# [1.12.0](https://github.com/manthanank/learn-javascript/compare/v1.11.0...v1.12.0) (2024-02-14)


### Features

* Update Dockerfile ([c5cb230](https://github.com/manthanank/learn-javascript/commit/c5cb23038387664b13b420401659ce8c09185821))



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.16.0",
"version": "1.17.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.16.0"
"version": "1.17.0"
}

0 comments on commit 582b404

Please sign in to comment.