Skip to content

Commit f22043d

Browse files
release v2.1.0
1 parent 8842c11 commit f22043d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

66

7+
8+
[v2.1.0](https://github.com/JS-DevTools/ono/tree/v2.1.0) (2020-07-25)
9+
----------------------------------------------------------------------------------------------------
10+
11+
- Added `host.path` and `host.url`, which provide the host program's path
12+
13+
- Added `host.cwd` and `host.cwdURL`, which provide the host's current directory
14+
15+
16+
[Full Changelog](https://github.com/JS-DevTools/ono/compare/v2.0.4...v2.1.0)
17+
18+
19+
720
[v2.0.0](https://github.com/JS-DevTools/ono/tree/v2.0.0) (2020-02-11)
821
----------------------------------------------------------------------------------------------------
922

@@ -15,6 +28,7 @@ All notable changes will be documented in this file.
1528
[Full Changelog](https://github.com/JS-DevTools/ono/compare/v1.2.0...v2.0.0)
1629

1730

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

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

0 commit comments

Comments
 (0)