File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Bug Fixes (patch)  
1515
16+ ## [ 1.3.4]  
17+ 
18+ ### Breaking Changes (major)  
19+ 
20+ ### New Features (minor)  
21+ 
22+ ### Bug Fixes (patch)  
23+ -  fix(queue): runtime error [ commit] ( https://github.com/amejiarosario/dsa.js/commit/fd3ab480f2bb7cc2b7ce45da4e6a41831eafb7bf ) 
24+ -  fix(book): remove lorem ipsum [ commit] ( https://github.com/amejiarosario/dsa.js/commit/6a06e3b75915a72ef0dd5ee9d37dcf434c4c8e18 ) 
25+ -  docs(book): improve grammar
26+ 
1627## [ 1.2.3]  
1728
1829### Breaking Changes (major)  
@@ -86,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8697
8798- 
8899
89- [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.2.3...HEAD 
100+ [ Unreleased ] : https://github.com/amejiarosario/dsa.js/compare/1.3.4...HEAD 
101+ [ 1.3.4 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.3...1.3.4 
90102[ 1.2.2 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.2...1.2.3 
91103[ 1.2.2 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.1...1.2.2 
92104[ 1.2.1 ] : https://github.com/amejiarosario/dsa.js/compare/1.2.0...1.2.1 
Original file line number Diff line number Diff line change @@ -511,4 +511,4 @@ Reach out to me at one of the following places!
511511
512512[ ![ License] ( https://img.shields.io/:license-mit-blue.svg?style=flat-square )] ( LICENSE ) 
513513
514- ![ ] ( http ://app .uxeranalytics.com/image1.png?uxa=github-dsajs) 
514+ ![ ] ( https ://data .uxeranalytics.com/image1.png?uxa=github-dsajs) 
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ git log <last tag> HEAD --pretty=format:%s
2222#  example
2323git log 1.1.0..HEAD --pretty=format:%s
2424
25- git log 1.2.0 ..HEAD --pretty=format:" - %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" " BREAKING CHANGE:" 
26- git log 1.2.0 ..HEAD --pretty=format:" - %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" " ^feat.*:" 
27- git log 1.2.0 ..HEAD --pretty=format:" - %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" " ^fix.*:" 
25+ git log 1.2.3 ..HEAD --pretty=format:" - %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" " BREAKING CHANGE:" 
26+ git log 1.2.3 ..HEAD --pretty=format:" - %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" " ^feat.*:" 
27+ git log 1.2.3 ..HEAD --pretty=format:" - %s [commit](https://github.com/amejiarosario/dsa.js/commit/%H)" " ^fix.*:" 
2828``` 
2929
3030New features in this release
Original file line number Diff line number Diff line change 11{
22  "name" : " dsa.js" 
3-   "version" : " 1.3.3 " 
3+   "version" : " 1.3.4 " 
44  "description" : " Data Structures & Algorithms in JS" 
55  "author" : " Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)" 
66  "homepage" : " https://github.com/amejiarosario/dsa.js" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments