Skip to content

Commit

Permalink
release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 25, 2020
1 parent 8842c11 commit f22043d
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,19 @@ All notable changes will be documented in this file.
`@jsdevtools/host-environment` adheres to [Semantic Versioning](http://semver.org/).



[v2.1.0](https://github.com/JS-DevTools/ono/tree/v2.1.0) (2020-07-25)
----------------------------------------------------------------------------------------------------

- Added `host.path` and `host.url`, which provide the host program's path

- Added `host.cwd` and `host.cwdURL`, which provide the host's current directory


[Full Changelog](https://github.com/JS-DevTools/ono/compare/v2.0.4...v2.1.0)



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

@@ -15,6 +28,7 @@ All notable changes will be documented in this file.
[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)
----------------------------------------------------------------------------------------------------

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": "2.0.4",
"version": "2.1.0",
"description": "Easily detect what host environment your code is running in",
"keywords": [
"host",

0 comments on commit f22043d

Please sign in to comment.