Skip to content

Commit 01a6b08

Browse files
committed
added changelog file
1 parent 9c22abb commit 01a6b08

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change Log
2+
All notable changes to the "javascript-datastructures-algorithms" third edition source code bundle will be documented in this file.
3+
4+
Based on [Keep a Changelog](http://keepachangelog.com/).
5+
6+
## [Unreleased]
7+
- Initial release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-datastructures-algorithms",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Learning JavaScript Data Structures and Algorithms",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)