Skip to content

Commit

Permalink
chore: release version 1.0.1
Browse files Browse the repository at this point in the history
PR-URL: #110
tshemsedinov committed Apr 4, 2021
1 parent 70afb56 commit 548aeae
Showing 4 changed files with 8 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.0.1][] - 2021-04-04

- Fixed field names quotation
- Update dependencies

@@ -19,6 +21,7 @@

Code before fork from https://github.com/metarhia/sql

[unreleased]: https://github.com/metarhia/metasql/compare/v1.0.0...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/metarhia/metasql/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/metarhia/metasql/compare/metarhia-sql...v1.0.0
[metarhia-sql]: https://github.com/metarhia/metasql/releases/tag/metarhia-sql
5 changes: 2 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -4,9 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 0.1.x | :x: |
| 0.2.x | :x: |
| 0.3.x | :white_check_mark: |
| 0.x | :x: |
| 1.x | :white_check_mark: |

## Reporting a Vulnerability

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "1.0.0",
"version": "1.0.1",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "types/metasql.d.ts",

0 comments on commit 548aeae

Please sign in to comment.