Skip to content

Commit

Permalink
Add changelog to package
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Aug 4, 2020
1 parent c60ebb4 commit 2232d48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

This project adheres to [Semantic Versioning](http://semver.org/).
Every release is documented on the Github [Releases](https://github.com/robinvdvleuten/shvl/releases) page.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ shvl.get(obj, ['a', 'b', 'c']) === 1;
shvl.get(obj, 'a.b.c.f') === undefined;
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit 2232d48

Please sign in to comment.