Skip to content

Commit a8351bf

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.16.0
1 parent 4042709 commit a8351bf

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.16.0](https://github.com/manthanank/learn-javascript/compare/v1.15.0...v1.16.0) (2024-10-07)
2+
3+
4+
### Features
5+
6+
* Add functions for sorting, finding max/min, sum/average, prime/palindrome checks, and duplicate removal ([4042709](https://github.com/manthanank/learn-javascript/commit/40427091267a271b2ec3160f4d47563fd53a2a07))
7+
8+
9+
110
# [1.15.0](https://github.com/manthanank/learn-javascript/compare/v1.14.0...v1.15.0) (2024-10-06)
211

312

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

3544

3645

37-
# [1.11.0](https://github.com/manthanank/learn-javascript/compare/v1.10.0...v1.11.0) (2024-02-04)
38-
39-
40-
### Features
41-
42-
* updated ([93d412d](https://github.com/manthanank/learn-javascript/commit/93d412d7f7fd41a48181d93ebe5d7a06a0dc1af8))
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.15.0",
3+
"version": "1.16.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.15.0"
2+
"version": "1.16.0"
33
}

0 commit comments

Comments
 (0)