Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Mar 10, 2019
1 parent dd71f94 commit 2f63de2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.2](https://github.com/waitingsong/log/compare/v1.0.1...v1.0.2) (2019-03-10)


### Bug Fixes

* **test:** node-localstorage missing ([5bf0c38](https://github.com/waitingsong/log/commit/5bf0c38))
* catch error within save() ([947b3d4](https://github.com/waitingsong/log/commit/947b3d4))
* createDir() path resolve under linux ([c6d1274](https://github.com/waitingsong/log/commit/c6d1274))
* error TS1345: An expression of type 'void' cannot be tested for truthiness ([0085713](https://github.com/waitingsong/log/commit/0085713))


### Features

* add Observable functions ([c9364db](https://github.com/waitingsong/log/commit/c9364db))
* do isPathAccessible() first within isDirFileExists() ([9ddae98](https://github.com/waitingsong/log/commit/9ddae98))
* export native assert() ([683cea8](https://github.com/waitingsong/log/commit/683cea8))
* export statAsync ([c832590](https://github.com/waitingsong/log/commit/c832590))
* remove log() and logger() ([27e1e29](https://github.com/waitingsong/log/commit/27e1e29))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@waiting/log",
"author": "waiting",
"version": "1.0.1",
"version": "1.0.2",
"description": "Lightweight logging for browser",
"keywords": [
"log",
Expand Down

0 comments on commit 2f63de2

Please sign in to comment.