| 
1 | 1 | {  | 
2 | 2 |   "name": "dsa.js",  | 
3 |  | -  "version": "1.5.0",  | 
 | 3 | +  "version": "1.6.0",  | 
4 | 4 |   "description": "Data Structures & Algorithms in JS",  | 
5 | 5 |   "author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",  | 
6 | 6 |   "homepage": "https://github.com/amejiarosario/dsa.js",  | 
 | 
103 | 103 |     "tagFormat": "${version}",  | 
104 | 104 |     "branch": "master",  | 
105 | 105 |     "plugins": [  | 
106 |  | -      ["@semantic-release/commit-analyzer", {  | 
107 |  | -        "preset": "angular",  | 
108 |  | -        "releaseRules": [  | 
109 |  | -          {"type": "fix", "release": "patch"},  | 
110 |  | -          {"type": "feat", "release": "minor"},  | 
111 |  | -          {"type": "break", "release": "major"},  | 
112 |  | -          {"header": ":bug:*", "release": "patch"},  | 
113 |  | -          {"header": ":pencil:*", "release": "patch"},  | 
114 |  | -          {"header": ":sparkles:*", "release": "minor"},  | 
115 |  | -          {"header": ":boom:*", "release": "major"}  | 
116 |  | -        ],  | 
117 |  | -        "parserOpts": {  | 
118 |  | -          "noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]  | 
 | 106 | +      [  | 
 | 107 | +        "@semantic-release/commit-analyzer",  | 
 | 108 | +        {  | 
 | 109 | +          "preset": "angular",  | 
 | 110 | +          "releaseRules": [  | 
 | 111 | +            {  | 
 | 112 | +              "type": "fix",  | 
 | 113 | +              "release": "patch"  | 
 | 114 | +            },  | 
 | 115 | +            {  | 
 | 116 | +              "type": "feat",  | 
 | 117 | +              "release": "minor"  | 
 | 118 | +            },  | 
 | 119 | +            {  | 
 | 120 | +              "type": "break",  | 
 | 121 | +              "release": "major"  | 
 | 122 | +            },  | 
 | 123 | +            {  | 
 | 124 | +              "header": ":bug:*",  | 
 | 125 | +              "release": "patch"  | 
 | 126 | +            },  | 
 | 127 | +            {  | 
 | 128 | +              "header": ":pencil:*",  | 
 | 129 | +              "release": "patch"  | 
 | 130 | +            },  | 
 | 131 | +            {  | 
 | 132 | +              "header": ":sparkles:*",  | 
 | 133 | +              "release": "minor"  | 
 | 134 | +            },  | 
 | 135 | +            {  | 
 | 136 | +              "header": ":boom:*",  | 
 | 137 | +              "release": "major"  | 
 | 138 | +            }  | 
 | 139 | +          ],  | 
 | 140 | +          "parserOpts": {  | 
 | 141 | +            "noteKeywords": [  | 
 | 142 | +              "BREAKING CHANGE",  | 
 | 143 | +              "BREAKING CHANGES"  | 
 | 144 | +            ]  | 
 | 145 | +          }  | 
119 | 146 |         }  | 
120 |  | -      }],  | 
 | 147 | +      ],  | 
121 | 148 |       "@semantic-release/release-notes-generator",  | 
122 | 149 |       "@semantic-release/changelog",  | 
123 | 150 |       "@semantic-release/github",  | 
 | 
0 commit comments