Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jmcdo29 committed Jun 12, 2021
1 parent cac4de6 commit 9f91d7e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-forks-chew.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.1.0

### Minor Changes

- 90d2d53: add 'levelKey' option

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/logger",
"version": "2.0.1",
"version": "2.1.0",
"description": "A simple, no-nonsense logging package for NodeJS",
"keywords": [
"logging",
Expand Down
7 changes: 7 additions & 0 deletions packages/nestjs-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.2

### Patch Changes

- Updated dependencies [90d2d53]
- @ogma/logger@2.1.0

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ogma/nestjs-module",
"version": "2.0.1",
"version": "2.0.2",
"description": "A NestJS module for the Ogma logger",
"keywords": [
"nestjs",
Expand Down

0 comments on commit 9f91d7e

Please sign in to comment.