Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
asmahood committed Nov 9, 2020
2 parents 15c42ca + e414d83 commit e34843b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2020-11-08
### Added
- QueryBuilder class to automatically build SQL queries based on options passed in.
- DriverService class to easily interface with a postgres database, and easily perform queries against the database without writing any raw SQL.
- CHANGELOG
- README
- MIT License

[Unreleased]: https://github.com/asmahood/postgres-driver-service/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/asmahood/postgres-driver-service/releases/tag/v1.0.0
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": "postgres-driver-service",
"version": "0.0.1",
"version": "1.0.0",
"description": "A driver service built to easily preform queries against Postgres.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit e34843b

Please sign in to comment.