Skip to content

Commit

Permalink
Version 1.0.13
Browse files Browse the repository at this point in the history
PR-URL: #1511
  • Loading branch information
tshemsedinov committed Mar 5, 2021
1 parent 9463322 commit e8b0cf2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [2.0.13][] - 2021-03-05

- Remove Schema and use metaschema instead
- Add .d.ts typing

## [2.0.12][] - 2021-03-02

- Schema field shorthand
Expand Down Expand Up @@ -103,7 +108,8 @@ First generation of application server with following features
- Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL
- Support GeoIP, health monitoring, task scheduling, server-side templating

[unreleased]: https://github.com/metarhia/impress/compare/v2.0.12...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v2.0.13...HEAD
[2.0.13]: https://github.com/metarhia/impress/compare/v2.0.12...v2.0.13
[2.0.12]: https://github.com/metarhia/impress/compare/v2.0.11...v2.0.12
[2.0.11]: https://github.com/metarhia/impress/compare/v2.0.10...v2.0.11
[2.0.10]: https://github.com/metarhia/impress/compare/v2.0.9...v2.0.10
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "2.0.12",
"version": "2.0.13",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down Expand Up @@ -70,7 +70,7 @@
"metacom": "^1.5.3",
"metalog": "^3.1.0",
"metaschema": "^1.0.0",
"metautil": "^3.5.0",
"metautil": "^3.5.1",
"metavm": "^1.0.0"
},
"devDependencies": {
Expand All @@ -83,6 +83,6 @@
"eslint-plugin-prettier": "^3.3.1",
"metatests": "^0.7.2",
"prettier": "^2.2.1",
"typescript": "^4.2.2"
"typescript": "^4.2.3"
}
}

0 comments on commit e8b0cf2

Please sign in to comment.