Skip to content

Commit

Permalink
1.0.0-alpha.2 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Aug 9, 2019
1 parent 26c14b0 commit e2270f0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Change Log

## [v1.0.0-alpha.2](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.2) (2019-08-09)
[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.1...v1.0.0-alpha.2)

**Changes**

- Remove password attribute from connections object before logging [\#6](https://github.com/leapfrogtechnology/sync-db/pull/6) ([SafalPandey](https://github.com/SafalPandey))
- Set published source for sync-db [\#4](https://github.com/leapfrogtechnology/sync-db/pull/4) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] ([shradayshakya](https://github.com/shradayshakya))

## [v1.0.0-alpha.1](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.1) (2019-08-07)
**Implemented enhancements:**

- Refactor code for accessing database connections. [\#1](https://github.com/leapfrogtechnology/sync-db/pull/1) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] [[enhancement](https://github.com/leapfrogtechnology/sync-db/labels/enhancement)] ([shradayshakya](https://github.com/shradayshakya))

**Changes**

- Add documentation for global installation [\#2](https://github.com/leapfrogtechnology/sync-db/pull/2) [[documentation](https://github.com/leapfrogtechnology/sync-db/labels/documentation)] ([shradayshakya](https://github.com/shradayshakya))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@leapfrogtechnology/sync-db",
"description": "Command line utility to synchronize and version control relational database objects across databases",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e2270f0

Please sign in to comment.