Skip to content

Commit b9f3889

Browse files
release v7.0.0
1 parent c6e8a24 commit b9f3889

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes will be documented in this file.
44
`ono` adheres to [Semantic Versioning](http://semver.org/).
55

66

7+
[v7.0.0](https://github.com/JS-DevTools/ono/tree/v7.0.0) (2020-02-16)
8+
----------------------------------------------------------------------------------------------------
9+
10+
- Moved Ono to the [@JSDevTools scope](https://www.npmjs.com/org/jsdevtools) on NPM
11+
12+
- The "ono" NPM package is now just a wrapper around the scoped "@jsdevtools/ono" package
13+
14+
15+
[Full Changelog](https://github.com/JS-DevTools/ono/compare/v6.0.1...v7.0.0)
16+
17+
718
[v6.0.0](https://github.com/JS-DevTools/ono/tree/v6.0.0) (2019-12-28)
819
----------------------------------------------------------------------------------------------------
920

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsdevtools/ono",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"description": "Throw better errors.",
55
"keywords": [
66
"throw",

0 commit comments

Comments
 (0)