Skip to content

Commit 3000186

Browse files
release v2.0.0
1 parent d852b5e commit 3000186

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

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

66

7-
[v1.2.0](https://github.com/JS-DevTools/ono/tree/v1.2.0) (2020-02-10)
7+
[v2.0.0](https://github.com/JS-DevTools/ono/tree/v2.0.0) (2020-02-11)
88
----------------------------------------------------------------------------------------------------
99

10-
### New Features
10+
- The "host-environment" package is now just a wrapper around the scoped "@jsdevtools/host-environment" package
11+
12+
13+
[Full Changelog](https://github.com/JS-DevTools/ono/compare/v1.2.0...v2.0.0)
14+
15+
16+
[v1.2.0](https://github.com/JS-DevTools/ono/tree/v1.2.0) (2020-02-10)
17+
----------------------------------------------------------------------------------------------------
1118

1219
- Added a new [`host.ci` property](README.md#hostci), which provides information about the CI/CD host that the code is running in.
1320

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/host-environment",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Easily detect what host environment your code is running in",
55
"keywords": [
66
"host",

0 commit comments

Comments
 (0)