Skip to content

Commit

Permalink
Merge branch hotfix/2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Oct 28, 2015
2 parents 8b912b4 + 285c895 commit 4a6fd8a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2015/10/28 - 2.0.1
- Add missing config class to package files.

2015/10/25 - 2.0.0
- Rename srvoa to kermit.

Expand Down
2 changes: 1 addition & 1 deletion package-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

module.export = {
Application: require('./build/Application'),
Config: require('./Config'),
Config: require('./build/Config'),
ConfigService: require('./build/ConfigService'),
Service: require('./build/Service'),
ServiceManager: require('./build/ServiceManager')
Expand Down
1 change: 1 addition & 0 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

module.export = {
Application: require('./Application'),
Config: require('./Config'),
ConfigService: require('./ConfigService'),
Service: require('./Service'),
ServiceManager: require('./ServiceManager')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kermit",
"version": "2.0.0",
"version": "2.0.1",
"description": "Infrastructure for service oriented architecture.",
"author": {
"name": "Alrik Zachert",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![build status](https://ci.gitlab.com/projects/3656/status.png?ref=master)](https://ci.gitlab.com/projects/3656?ref=master)
[![coverage status](https://coveralls.io/repos/kermit-js/kermit/badge.svg?branch=master&service=github)](https://coveralls.io/github/kermit-js/kermit?branch=master)

# kermit - 2.0.0
# kermit - 2.0.1

- is the **infrastructure** for service oriented architecture (**SOA**) for node.js
- provides **unified interfaces** for writing **modular** apps and (micro-)**services**
Expand Down

0 comments on commit 4a6fd8a

Please sign in to comment.