@tpham0/apple
Advanced tools
Comparing version 1.2.0 to 1.2.1
# CHANGELOG | ||
# [@tpham0/apple-v1.2.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.2.0...@tpham0/apple-v1.2.1) (2020-12-17) | ||
### Bug Fixes | ||
* test fix release ([bf53da7](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/bf53da70d2e765d2d8968fff98fbd9a25c6142f0)) | ||
# [@tpham0/apple-v1.2.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.1.1...@tpham0/apple-v1.2.0) (2020-12-17) | ||
@@ -4,0 +11,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
function add(a, b) { | ||
return a + b; | ||
return a - b; | ||
} | ||
@@ -10,0 +10,0 @@ function minus(a, b) { |
@@ -1,2 +0,2 @@ | ||
"use strict";exports.add=function(n,t){return n+t},exports.divide=function(n,t){return n/t},exports.log=function(n){console.log(n)},exports.log2=function(n){console.log(n)},exports.minus=function(n,t){return n-t},exports.printMe=function(n){return n},exports.times=function(n,t){return n*t}; | ||
"use strict";exports.add=function(n,t){return n-t},exports.divide=function(n,t){return n/t},exports.log=function(n){console.log(n)},exports.log2=function(n){console.log(n)},exports.minus=function(n,t){return n-t},exports.printMe=function(n){return n},exports.times=function(n,t){return n*t}; | ||
//# sourceMappingURL=apple.cjs.production.min.js.map |
@@ -5,3 +5,3 @@ function printMe(message) { | ||
function add(a, b) { | ||
return a + b; | ||
return a - b; | ||
} | ||
@@ -8,0 +8,0 @@ function minus(a, b) { |
{ | ||
"name": "@tpham0/apple", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "apple 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
8743