Skip to content

Commit

Permalink
v4.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 4, 2021
1 parent 5757580 commit f3d2aee
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v4.0.10 (2021-06-04)
<a id="v4.0.10"></a>
#### 🏡 Internal

* [#25](https://github.com/groupon/nilo/pull/25) ci(actions): add GitHub actions & remove Travis ([@aaarichter](https://github.com/aaarichter))


### v4.0.9 (2021-05-27)

#### 🔼 Dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fnilo%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/nilo/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-4.0.9-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-4.0.10-blue?logo=version&logoColor=white)
# `nilo` ("ex nihilo")

> Ex nihilo is a Latin phrase meaning "out of nothing".
Expand Down
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": "nilo",
"version": "4.0.9",
"version": "4.0.10",
"description": "A dependency injection toolset for building applications",
"license": "BSD-3-Clause",
"main": "lib/nilo.js",
Expand Down

0 comments on commit f3d2aee

Please sign in to comment.