Skip to content

Commit

Permalink
Added v0.1.1 information
Browse files Browse the repository at this point in the history
  • Loading branch information
petermasking committed Oct 28, 2022
1 parent 576a29b commit aba8a64
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@

# Changelog

## 0.1.1 (October 28, 2022)

Fixes:
- Linting issues (typing, code improvements, etc.)
- Security issues with incoming body data

## 0.1.0 (October 21, 2022)

New features:
- Segmentation (configurable)
- Orchestration (automatic)
- Load belancing (round robin)
Expand Down
23 changes: 21 additions & 2 deletions jitar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "jitar",
"version": "0.1.0",
"version": "0.1.1",
"description": "Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.",
"author": "Masking Technology <[email protected]> (https://jitar.dev)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -44,5 +45,23 @@
"eslint": "^8.18.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8"
}
},
"repository": {
"type": "git",
"url": "https://github.com/MaskingTechnology/jitar"
},
"bugs": {
"url": "https://github.com/MaskingTechnology/jitar/issues"
},
"homepage": "https://jitar.dev",
"keywords": [
"distributed",
"runtime",
"javascript",
"typescript",
"microservices",
"monolith",
"full stack",
"web applications"
]
}

0 comments on commit aba8a64

Please sign in to comment.