Skip to content

Commit 1867875

Browse files
committed
chore: release
1 parent d354926 commit 1867875

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
# BundleMon
66

7-
[![npm](https://img.shields.io/npm/v/bundlemon/next)](https://www.npmjs.com/package/bundlemon)
8-
[![node](https://img.shields.io/node/v/bundlemon/next)](https://github.com/LironEr/bundlemon)
7+
[![npm](https://img.shields.io/npm/v/bundlemon)](https://www.npmjs.com/package/bundlemon)
8+
[![node](https://img.shields.io/node/v/bundlemon)](https://github.com/LironEr/bundlemon)
99
[![npm](https://img.shields.io/npm/l/bundlemon)](https://www.npmjs.com/package/bundlemon)
1010
[![npm](https://img.shields.io/npm/dm/bundlemon)](https://www.npmjs.com/package/bundlemon)
1111

@@ -15,8 +15,6 @@ Your goal is to keep your bundle size as small as possible to reduce the amount
1515

1616
BundleMon helps you achieve that by constantly monitoring your bundle size on every commit and alerts you on changes.
1717

18-
**This branch refers to the upcoming BundleMon v2 release. Check out the [release/1.x](https://github.com/LironEr/bundlemon/tree/release/1.x) branch for v1.**
19-
2018
## Features
2119

2220
- Set max size for files, will fail build if exceeded

packages/bundlemon-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bundlemon-utils",
3-
"version": "1.2.0-rc.4",
3+
"version": "1.2.0",
44
"description": "",
55
"keywords": [],
66
"author": "Liron Er",

packages/bundlemon/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bundlemon",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0",
44
"description": "Monitor your bundle size",
55
"keywords": [
66
"bundle",

0 commit comments

Comments
 (0)