Skip to content

Commit e6ad940

Browse files
author
craigparra
committed
1.0.11 / 2021-07-15
================== * refer to design trail, remove module diagram - @craigparra * removed redundant CONFIG requires - @craigparra * Link to Design Trail - @craigparra
1 parent f3789e1 commit e6ad940

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.11 / 2021-07-15
2+
==================
3+
4+
* refer to design trail, remove module diagram - @craigparra
5+
* removed redundant CONFIG requires - @craigparra
6+
* Link to Design Trail - @craigparra
7+
18
1.0.10 / 2021-07-14
29
==================
310

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ assert.isTrue(ephemeralLogger.sink.loglines[0].contains('Hello world!'))
115115
<a name="resources">Resources</a>
116116
---------------------------------
117117

118-
A useful [Design Trail](https://github.com/craigparra/alt-javascript/blob/master/LOGGING.md) is available for this
119-
module.
118+
<https://github.com/craigparra/alt-javascript> has a
119+
useful [Design Trail](https://github.com/craigparra/alt-javascript/blob/master/LOGGING.md) available for this
120+
module.
120121

121122

122123
<a name="license">License</a>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alt-javascript/logger",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A simple configurable logging facade for javascript.",
55
"author": "",
66
"keywords": [

0 commit comments

Comments
 (0)