monorepo-test-pkg3
Advanced tools
Comparing version
@@ -0,1 +1,16 @@ | ||
<a name="3.0.0"></a> | ||
# 3.0.0 (2016-07-31) | ||
### Bug Fixes | ||
* **pkg3:** be more playful ([7e08019](https://github.com/pekala/monorepo-test/commit/7e08019)) | ||
### BREAKING CHANGES | ||
* pkg3: Breaks stuff | ||
<a name="2.0.6"></a> | ||
@@ -2,0 +17,0 @@ ## 2.0.6 (2016-07-31) |
require('monorepo-test-pkg1'); | ||
require('monorepo-test-pkg2'); | ||
console.log('hello from pkg3 :)!'); | ||
console.log('hello from pkg3 ;)!'); |
{ | ||
"name": "monorepo-test-pkg3", | ||
"version": "2.0.6", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
767
35.99%