Skip to content

Commit 370a9bd

Browse files
committed
build version 2.1.0
1 parent a584c98 commit 370a9bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@jdeniau/immutable-devtools",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "Chrome Dev Tools formatter for the Immutable JS library",
66
"exports": "./dist/index.js",
77
"files": [

packages/extension/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Immutable.js Object Formatter",
33
"short_name": "Immutable.js Object Formatter",
44
"description": "Makes Immutable JS objects more readable when they are logged to the console.",
5-
"version": "2.0.1",
5+
"version": "2.1.0",
66
"manifest_version": 3,
77
"minimum_chrome_version": "88.0",
88
"content_scripts": [

packages/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@immutable/devtools-extension",
33
"type": "module",
4-
"version": "2.0.1",
4+
"version": "2.1.0",
55
"description": "",
66
"exports": "./index.js",
77
"scripts": {

0 commit comments

Comments
 (0)