diff --git a/CHANGELOG.md b/CHANGELOG.md index 522f2bac..7e161edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/jitar/package.json b/jitar/package.json index e5eef4ef..08408a25 100644 --- a/jitar/package.json +++ b/jitar/package.json @@ -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 (https://jitar.dev)", "license": "MIT", "type": "module", @@ -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" + ] } \ No newline at end of file