Skip to content

Commit ead968f

Browse files
author
craig
committed
1.1.6 / 2021-07-30
================== * README.md remove resources section - @craigparra
1 parent 6ba19f7 commit ead968f

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.1.6 / 2021-07-30
2+
==================
3+
4+
* README.md remove resources section - @craigparra
5+
16
1.1.5 / 2021-07-22
27
==================
38

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,6 @@ logger.info('Hello world!');
143143

144144
assert.isTrue(logger.provider.console.cache[0].contains('Hello world!'))
145145
```
146-
<a name="resources">Resources</a>
147-
---------------------------------
148-
149-
<https://github.com/craigparra/alt-javascript> has a
150-
useful [Design Trail](https://github.com/craigparra/alt-javascript/blob/master/LOGGING.md) available for this
151-
module.
152-
153146

154147
<a name="license">License</a>
155148
-----------------------------

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.1.5",
3+
"version": "1.1.6",
44
"description": "A simple configurable logging facade for javascript.",
55
"author": "",
66
"keywords": [

0 commit comments

Comments
 (0)