@boost/log
Advanced tools
Comparing version 1.1.14 to 1.2.0
@@ -6,2 +6,14 @@ # Change Log | ||
## 1.2.0 - 2020-04-29 | ||
#### 🚀 Updates | ||
- Add test utilities. (#77) ([f8d66ce](https://github.com/milesj/boost/commit/f8d66ce)), closes [#77](https://github.com/milesj/boost/issues/77) | ||
**Note:** Version bump only for package @boost/log | ||
### 1.1.14 - 2020-04-17 | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@boost/log", | ||
"version": "1.1.14", | ||
"version": "1.2.0", | ||
"description": "Lightweight level based logging system.", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@boost/internal": "^1.1.0", | ||
"@boost/translate": "^1.3.8", | ||
"@boost/internal": "^1.2.0", | ||
"@boost/translate": "^1.3.9", | ||
"chalk": "^3.0.0" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "3dfb046a9f31d00b05d202ca631192f19535d15d" | ||
"gitHead": "c77dc723462d054d8b7bbe927e99efd7e4f75084" | ||
} |
16148
23
171
Updated@boost/internal@^1.2.0
Updated@boost/translate@^1.3.9