diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..45bdb2c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + + All notable changes to this project will be documented in this file. + See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.0.0 (2021-05-23) + + +### Bug Fixes + +* npm audit ([b55ec2a](https://github.com/ScaleLeap/pg-format/commit/b55ec2aaf953d8b4f8a9a08cf967a3cf5603d337)) + + +### Features + +* adds package code ([e98de27](https://github.com/ScaleLeap/pg-format/commit/e98de27ed1b6f4a7c1f1b02d105f149004afc34a)) diff --git a/package-lock.json b/package-lock.json index 7367eeb..1b15bb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/pg-format", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c87a926..06bee67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scaleleap/pg-format", - "version": "0.0.0", + "version": "1.0.0", "description": "A fully typed TypeScript and Node.js implementation of PostgreSQL format() to safely create dynamic SQL queries. SQL identifiers and literals are escaped to help prevent SQL injection.", "license": "MIT", "author": {