Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Feb 11, 2020
1 parent d852b5e commit 3000186
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,10 +4,17 @@ All notable changes will be documented in this file.
`@jsdevtools/host-environment` adheres to [Semantic Versioning](http://semver.org/).


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

### New Features
- The "host-environment" package is now just a wrapper around the scoped "@jsdevtools/host-environment" package


[Full Changelog](https://github.com/JS-DevTools/ono/compare/v1.2.0...v2.0.0)


[v1.2.0](https://github.com/JS-DevTools/ono/tree/v1.2.0) (2020-02-10)
----------------------------------------------------------------------------------------------------

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

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsdevtools/host-environment",
"version": "1.2.0",
"version": "2.0.0",
"description": "Easily detect what host environment your code is running in",
"keywords": [
"host",

0 comments on commit 3000186

Please sign in to comment.