Skip to content

Commit 06ae8bd

Browse files
committed
chore(release): 2.0.0
1 parent e4bf2c9 commit 06ae8bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.0.0](https://github.com/envico801/javascript-interview-questions/compare/v1.0.0...v2.0.0) (2024-02-15)
6+
7+
8+
### Features
9+
10+
* add latest changes. ([e4bf2c9](https://github.com/envico801/javascript-interview-questions/commit/e4bf2c9afb947482c6c6bb473accc22a2c4ba2ed))
11+
512
## 1.0.0 (2024-02-14)
613

714

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": "1.0.0",
3+
"version": "2.0.0",
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)