Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge branch release/2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alrik committed Oct 25, 2015
2 parents 247fa8a + fb0b54d commit 8b912b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2015/10/25 - 2.0.0
- Rename srvoa to kermit.

2015/10/21 - 1.3.0
- Introduce strict service-manager api, add strict parameter to get, set and remove methods
- Introduce service-manager's strict mode, that is configurable via application config
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": "1.3.0",
"version": "2.0.0",
"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 - 1.3.0
# kermit - 2.0.0

- 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 8b912b4

Please sign in to comment.