File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " dsa.js" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Data Structures & Algorithms in JS" ,
55 "main" : " ./src/index.js" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+ ### Added
9+ -
10+ ### Changed
11+ -
12+ ### Removed
13+ -
14+
15+ ## [ 1.1.0] - 2019-03-29
16+ ### Added
17+ - README.md added because NPM packages doesn't read README.adoc
18+ - Public API to use the package ` dsa.js `
19+ - This changelog
20+
21+ ### Changed
22+ -
23+ ### Removed
24+ -
25+
26+ ## [ 1.0.0] - 2019-03-29
27+ ### Added
28+ - Started the project
29+ - Book released
30+ - npm package published
31+
32+ ### Changed
33+ -
34+ ### Removed
35+ -
36+
37+
38+ [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.1.0...HEAD
39+ [ 1.1.0 ] : https://github.com/amejiarosario/dsa.js/compare/1.0.0...1.1.0
40+ [ 1.0.0 ] : https://github.com/amejiarosario/dsa.js/releases/tag/1.0.0
You can’t perform that action at this time.
0 commit comments