Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 19, 2021
1 parent 676bea7 commit af449e7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 7 deletions.
47 changes: 41 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,44 @@
#### 0.2.0 (2021-02-09)
### Changelog

##### Chores
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

* **build:**
* fix package ([c67ea371](https://github.com/georgejecook/roku-log/commit/c67ea371a38fd831bf5b9930406355c51c752958))
* fix package ([4a5c7e80](https://github.com/georgejecook/roku-log/commit/4a5c7e8083a10a641d8a373f9dd254ebacc011fe))
* removes unused npm dependencies ([a48f2d38](https://github.com/georgejecook/roku-log/commit/a48f2d38228d1897593dac4358757e872c2f2431))
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.5.0](https://github.com/georgejecook/roku-log/compare/0.4.2...0.5.0)

- add github build [`#2`](https://github.com/georgejecook/roku-log/pull/2)
- Migrate to class [`#1`](https://github.com/georgejecook/roku-log/pull/1)
- package tweaks [`4d1114d`](https://github.com/georgejecook/roku-log/commit/4d1114d6b0390e2a54020025bc1a9f7e7438e27c)
- Add mising packagelog [`8a7ef96`](https://github.com/georgejecook/roku-log/commit/8a7ef9667dac91e75a792ad8d8fd491660f7b36b)
- remove example project [`ac177b5`](https://github.com/georgejecook/roku-log/commit/ac177b5d99a6fc78333e764fb6179e075bc32a6e)

#### [0.4.2](https://github.com/georgejecook/roku-log/compare/0.4.1...0.4.2)

> 5 March 2021
- adds scripts for easy remote/local npm switching [`cadd2e5`](https://github.com/georgejecook/roku-log/commit/cadd2e55b0eaf03099bfb1c60cfda56304e1f8f9)
- version bounce [`b12858d`](https://github.com/georgejecook/roku-log/commit/b12858d669218da5dd3219d97b423be29c522b1f)
- fixes missing param [`ed4f26d`](https://github.com/georgejecook/roku-log/commit/ed4f26db9ca0eddcbbd00e99895b45dc4bd29b0f)

#### [0.4.1](https://github.com/georgejecook/roku-log/compare/0.3.1...0.4.1)

> 23 February 2021
- adds testing [`2e43054`](https://github.com/georgejecook/roku-log/commit/2e43054bce199eb94c43cde7f7bfa0c9696334b2)
- moves logging to class based logging [`41d8833`](https://github.com/georgejecook/roku-log/commit/41d8833f7dd0d3263a01f3bc619643814f962d3a)
- formatting [`13a8772`](https://github.com/georgejecook/roku-log/commit/13a87729512ea268ada83cadc0446a4ce81fc2f4)

#### [0.3.1](https://github.com/georgejecook/roku-log/compare/0.2.0...0.3.1)

> 9 February 2021
- fix broken bsc dependency [`da070db`](https://github.com/georgejecook/roku-log/commit/da070dbb5ea549b3f62f73a45e47fe628598ee05)
- update package version [`2bdb92c`](https://github.com/georgejecook/roku-log/commit/2bdb92c409b6ddefddbc3c718e96e75827e62f39)

#### 0.2.0

> 9 February 2021
- initial commit [`d3c1d8c`](https://github.com/georgejecook/roku-log/commit/d3c1d8c7aabe3225d9f87644844bea2ad37f4d00)
- rename- and tidy [`53449c4`](https://github.com/georgejecook/roku-log/commit/53449c4b177994cbe0a51278a800da73cbadcd3f)
- remove dependencies [`78ca76e`](https://github.com/georgejecook/roku-log/commit/78ca76ec1bb294863498b1b2d3ad7212d8bb74b2)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roku-log",
"version": "0.4.1",
"version": "0.5.0",
"description": "Simple logging library for roku.",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit af449e7

Please sign in to comment.