Skip to content

Commit 33675ff

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.18.1
1 parent 8f233a9 commit 33675ff

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.1](https://github.com/manthanank/learn-javascript/compare/v1.18.0...v1.18.1) (2025-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Correct console output comments in README.md for arithmetic operations ([8f233a9](https://github.com/manthanank/learn-javascript/commit/8f233a991ae4c3b9bec97e7f26b983dd82ccdfbc))
7+
8+
9+
110
# [1.18.0](https://github.com/manthanank/learn-javascript/compare/v1.17.0...v1.18.0) (2024-10-15)
211

312

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

3544

3645

37-
# [1.14.0](https://github.com/manthanank/learn-javascript/compare/v1.13.0...v1.14.0) (2024-06-14)
38-
39-
40-
### Features
41-
42-
* Update README.md and add svg file ([39b93f7](https://github.com/manthanank/learn-javascript/commit/39b93f7cb98cde88315664db09ce23224315551c))
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.18.0",
3+
"version": "1.18.1",
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.18.0"
2+
"version": "1.18.1"
33
}

0 commit comments

Comments
 (0)