Skip to content

Commit 237fe18

Browse files
chore(release): 2.2.0
[skip ci] ## [2.2.0](v2.1.0...v2.2.0) (2021-05-18) ### Features * move to [@homex](https://github.com/homex) org and configure cicd ([#1](#1)) ([ee0e7ae](ee0e7ae)) * run tests in ci ([#2](#2)) ([90bd8bc](90bd8bc)) * update git repo url ([#3](#3)) ([76c6519](76c6519)) ### Bug Fixes * add missing package ([#4](#4)) ([d31b6b2](d31b6b2))
1 parent d31b6b2 commit 237fe18

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## [2.2.0](https://github.com/HomeXLabs/loggly-jslogger/compare/v2.1.0...v2.2.0) (2021-05-18)
2+
3+
4+
### Features
5+
6+
* move to [@homex](https://github.com/homex) org and configure cicd ([#1](https://github.com/HomeXLabs/loggly-jslogger/issues/1)) ([ee0e7ae](https://github.com/HomeXLabs/loggly-jslogger/commit/ee0e7aea8fe2f13c2a74808c91c86d99cd3b0190))
7+
* run tests in ci ([#2](https://github.com/HomeXLabs/loggly-jslogger/issues/2)) ([90bd8bc](https://github.com/HomeXLabs/loggly-jslogger/commit/90bd8bca9d5a6045bf4a615409e4424602c3c8b2))
8+
* update git repo url ([#3](https://github.com/HomeXLabs/loggly-jslogger/issues/3)) ([76c6519](https://github.com/HomeXLabs/loggly-jslogger/commit/76c6519d64bf85ca4c34f8533d6e04dbfe12577b))
9+
10+
11+
### Bug Fixes
12+
13+
* add missing package ([#4](https://github.com/HomeXLabs/loggly-jslogger/issues/4)) ([d31b6b2](https://github.com/HomeXLabs/loggly-jslogger/commit/d31b6b2ffeb1fa033a70f82ed8e62eccee18e290))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@homex/loggly-jslogger",
3-
"version": "2.3.0",
3+
"version": "2.2.0",
44
"description": "A Javascript client to send logs to Loggly.",
55
"browser": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)