@tpham0/apple
Advanced tools
Comparing version 1.1.1 to 1.2.0
# CHANGELOG | ||
# [@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) | ||
### Features | ||
* add log3() ([c56874f](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/c56874fbb33834a75ce58f2ef49abcc906948dae)) | ||
### Reverts | ||
* **apple:** test revert ([902afba](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/902afba8067bbd98db5ad103cbdc412c7cf5521f)) | ||
* **apple:** update log2() ([74eb2e6](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/74eb2e68c7c857dfff56ceb79da4e371b96a79b8)) | ||
# [@tpham0/apple-v1.1.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/apple-v1.1.0...@tpham0/apple-v1.1.1) (2020-12-17) | ||
@@ -4,0 +17,0 @@ |
@@ -23,3 +23,2 @@ 'use strict'; | ||
console.log(message); | ||
console.log(message); | ||
} | ||
@@ -26,0 +25,0 @@ |
@@ -1,2 +0,2 @@ | ||
"use strict";exports.add=function(o,n){return o+n},exports.divide=function(o,n){return o/n},exports.log=function(o){console.log(o)},exports.log2=function(o){console.log(o),console.log(o)},exports.minus=function(o,n){return o-n},exports.printMe=function(o){return o},exports.times=function(o,n){return o*n}; | ||
"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 |
@@ -21,3 +21,2 @@ function printMe(message) { | ||
console.log(message); | ||
console.log(message); | ||
} | ||
@@ -24,0 +23,0 @@ |
{ | ||
"name": "@tpham0/apple", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"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
8432
69