Skip to content

Commit

Permalink
chore(release): 2.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 17, 2021
1 parent 74ce9ee commit e296b9e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# devalue changelog
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0-0](https://github.com/nuxt-contrib/devalue/compare/v1.2.4...v2.0.0-0) (2021-05-17)


### ⚠ BREAKING CHANGES

* no longer support `NUXT_ENV_DEVALUE_LOG_LIMIT` and `NUXT_ENV_DEVALUE_LOG_LEVEL` environment variables

allow universal usage without depending on external package

### Features

* remove dependency on consola ([c010205](https://github.com/nuxt-contrib/devalue/commit/c0102058d43ec6a07be3a23a4019734bd70399ee))
* use siroc build ([c096a2d](https://github.com/nuxt-contrib/devalue/commit/c096a2d721f1053220d694e01b783c1e48527f00))


### Bug Fixes

* avoid depending on node `process` ([#16](https://github.com/nuxt-contrib/devalue/issues/16)) ([a3231b0](https://github.com/nuxt-contrib/devalue/commit/a3231b0e5c5f089464059ed03d9264a2440a07d2))
* avoid duplicate parameter names ([#12](https://github.com/nuxt-contrib/devalue/issues/12)) ([1880d0b](https://github.com/nuxt-contrib/devalue/commit/1880d0bc70387923c2876f3e1c60eaff9a0115f4))

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxt/devalue",
"version": "1.2.5",
"version": "2.0.0-0",
"description": "Gets the job done when JSON.stringify can't",
"repository": "nuxt-contrib/devalue",
"license": "MIT",
Expand Down

0 comments on commit e296b9e

Please sign in to comment.