Skip to content

Commit f4204b2

Browse files
committed
chore(release): 3.0.3
1 parent 30195a2 commit f4204b2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [3.0.3](https://github.com/envico801/javascript-interview-questions/compare/v2.0.0...v3.0.3) (2024-03-04)
6+
7+
8+
### Features
9+
10+
* add latest changes. ([6bb89e6](https://github.com/envico801/javascript-interview-questions/commit/6bb89e60c9de72287134694d0b245cfbabf05912))
11+
* add questions in html format. ([8ab1793](https://github.com/envico801/javascript-interview-questions/commit/8ab1793720d7dc358ca4d8c352223b69dd50a99d))
12+
* add the new changes to the deck. ([30195a2](https://github.com/envico801/javascript-interview-questions/commit/30195a217992a9b66cff1054603b7ce1cdd7b17e))
13+
* update card format. ([2aeea2f](https://github.com/envico801/javascript-interview-questions/commit/2aeea2ff6fc0a4ff14c580ff5487ff9e0d64965c))
14+
15+
16+
### Bug Fixes
17+
18+
* correct incomplete questions. ([50ec480](https://github.com/envico801/javascript-interview-questions/commit/50ec4803cc5363dc5a2afe185814a88aca3c32bf))
19+
* inconsistencies in the questions. ([d42a4a3](https://github.com/envico801/javascript-interview-questions/commit/d42a4a3b14dc0003ec3dd19090acca197708cf1d))
20+
* indentation errors and update to latest repository version. ([c9bf654](https://github.com/envico801/javascript-interview-questions/commit/c9bf65446d700f0a80ab3df90506ec619bb46ad3))
21+
522
## [2.0.0](https://github.com/envico801/javascript-interview-questions/compare/v1.0.0...v2.0.0) (2024-02-15)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-interview-questions",
3-
"version": "2.0.0",
3+
"version": "3.0.3",
44
"description": "> Click :star:if you like the project and follow [@SudheerJonna](https://twitter.com/SudheerJonna) for more updates. Coding questions available [here](#coding-exercise). PDF and Epub versions available at [actions tab](https://github.com/sudheerj/JavaScript-Interview-Questions/actions).",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)