Skip to content

Commit

Permalink
Merge pull request #12 from savanesoff/li-fixes
Browse files Browse the repository at this point in the history
Li fixes
  • Loading branch information
savanesoff authored Jul 14, 2023
2 parents 6648930 + 5861d3b commit 55264fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# devtools-chopper

## 1.0.3

### Patch Changes

- Type fix

## 1.0.2

### Patch Changes

- Li readme top link fix

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Build Status](https://github.com/savanesoff/devtools-chopper/actions/workflows/publish.yaml/badge.svg?branch=main&event=push)](https://github.com/savanesoff/devtools-chopper/actions/workflows/publish.yaml)
[![npm version](https://badge.fury.io/js/devtools-chopper.svg)](https://badge.fury.io/js/devtools-chopper)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Li](https://badgen.net/badge/savanesoff/LI?color=blue)](https://github.com/savanesoff/devtools-chopper)
[![Li](https://badgen.net/badge/savanesoff/LI?color=blue)](https://www.linkedin.com/in/samvel-avanesov)

Chopper is a Javascript log display devtool which allows you to monitor application logs in DOM. Main feature being the ability to `PIN` specific type logs to make is easier to track log messages you're most interested in.

Expand Down Expand Up @@ -189,7 +189,7 @@ Each log entry includes the following info:
![Alt text](https://raw.githubusercontent.com/savanesoff/devtools-chopper/main/demo/assets/console.png)

> **NOTE**
> You can disable console printing be passing `{console: false}`
> You can disable console printing by passing `{console: false}`
```TS
const chopper = new Chopper({name: 'Event Monitoring', console: false});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devtools-chopper",
"private": false,
"version": "1.0.1",
"version": "1.0.3",
"license": "MIT",
"description": "Chopper is a Javascript log display devtool which allows you to monitor application logs in DOM",
"bugs": {
Expand Down

0 comments on commit 55264fd

Please sign in to comment.