Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
envico801 committed Feb 14, 2024
1 parent 7a6c55e commit 0b26f52
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

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.

## 1.0.0 (2024-02-14)


### Features

* add base deck ([05a7ba9](https://github.com/envico801/javascript-interview-questions/commit/05a7ba974feff7d08b35b2db6ac64bbe554d9f75))
* add base notes ([adb36ae](https://github.com/envico801/javascript-interview-questions/commit/adb36aeda1809e5735e3ea2b7b4d6c53ae17cf5b))
* add basic model of questions ([eca16b7](https://github.com/envico801/javascript-interview-questions/commit/eca16b7c812e4e1ed6e6659136964798d7428016))
* add npm and 'standard-version' dependency ([7a6c55e](https://github.com/envico801/javascript-interview-questions/commit/7a6c55eddbcb9a6b5acabd96e86eda342dfd2776))
* add optional chaining question ([95214cb](https://github.com/envico801/javascript-interview-questions/commit/95214cba7ab69025168be7d457d73d4388ebe11e))
* Part of [#68](https://github.com/envico801/javascript-interview-questions/issues/68), Added answer for question 350 ([41e78d9](https://github.com/envico801/javascript-interview-questions/commit/41e78d99f0e160131353f878847595cf5a273df1))


### Bug Fixes

* adds missing table of content links ([e73221b](https://github.com/envico801/javascript-interview-questions/commit/e73221bb08f2e5fdd44040f72ffd19f95a08c399))
* change dom class name bug ([4c04965](https://github.com/envico801/javascript-interview-questions/commit/4c049652058b16a515b062be9f793c3bca3258a5))
* formatting errors ([da98594](https://github.com/envico801/javascript-interview-questions/commit/da98594f83bf1801566bee066e4a43e9f8da81ce))
* lint the whole README markdown ([4151afa](https://github.com/envico801/javascript-interview-questions/commit/4151afad39c77f860453c5b2e4afdb9b412197fb))
* typescript example ([670ead3](https://github.com/envico801/javascript-interview-questions/commit/670ead3bd49076abe02122eb5f37e5a60b5512eb))
* typo and lint ([93cd354](https://github.com/envico801/javascript-interview-questions/commit/93cd354ed146fd20a36c6ad60e06c80326daf2b7))

0 comments on commit 0b26f52

Please sign in to comment.