@etlevs/release-script-test
Advanced tools
Comparing version 1.2.0 to 2.0.0
# @etlevs/release-script-test | ||
## 2.0.0 | ||
### Major Changes | ||
- megacool is too cool to be 2, its at least 3 ([#13](https://github.com/etlevs/release-script-test/pull/13)) | ||
## 1.2.0 | ||
@@ -4,0 +10,0 @@ |
declare const cool = "1"; | ||
declare const megacool = "2"; | ||
declare const megacool = "3"; | ||
export { cool, megacool }; |
// src/index.ts | ||
var cool = "1"; | ||
var megacool = "2"; | ||
var megacool = "3"; | ||
export { | ||
@@ -5,0 +5,0 @@ cool, |
{ | ||
"name": "@etlevs/release-script-test", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "dominikg", |
export const cool = '1'; | ||
export const megacool = '2'; | ||
export const megacool = '3'; |
Sorry, the diff of this file is not supported yet
4147