@tpham0/orange
Advanced tools
Comparing version 2.1.0 to 2.1.1
# CHANGELOG | ||
# [@tpham0/orange-v2.1.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v2.1.0...@tpham0/orange-v2.1.1) (2020-12-22) | ||
### Bug Fixes | ||
* **orange:** fix test ([12e7e67](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/12e7e67a6cb0cea91e9f1ad4d6e1d6bc65fe3264)) | ||
# [@tpham0/orange-v2.1.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v2.0.0...@tpham0/orange-v2.1.0) (2020-12-18) | ||
@@ -4,0 +11,0 @@ |
@@ -15,3 +15,3 @@ import { printMe, add } from '@tpham0/apple'; | ||
function log7() { | ||
console.log('log6'); | ||
console.log('log64'); | ||
} | ||
@@ -18,0 +18,0 @@ function log8() { |
@@ -17,3 +17,3 @@ 'use strict'; | ||
function log7() { | ||
console.log('log6'); | ||
console.log('log64'); | ||
} | ||
@@ -20,0 +20,0 @@ function log8() { |
@@ -1,2 +0,2 @@ | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(e){console.log(o.printMe(e))},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log6")},exports.log8=function(){console.log("log6")},exports.sum=function(e){return e.reduce((function(e,n){return o.add(e,n)}),0)}; | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(e){console.log(o.printMe(e))},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log6")},exports.sum=function(e){return e.reduce((function(e,n){return o.add(e,n)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Orange package", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8935