push-to-git
Version:
CLI tool to simplify deployment to 'external git repositories' or 'remote branches with attached onPush action webhooks'
51 lines (29 loc) • 1.02 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.4] - 2019-11-14
* Update dependencies to fix some known security issues
## [1.1.3] - 2019-04-22
* fix broken xo config
* allow backtick-strings
* catch parameter naming
* space around lines
* update dependencies
## [1.1.2] - 2019-04-21
* update dependencies
## [1.1.1] - 2018-08-01
* updated readme
## [1.1.0] - 2018-08-01
* extra options for git are now possible
## [1.0.2 + 1.0.3] - 2018-07-06
* Did some Housekeeping on this repository
### Added
* xo package with configuration
* deploy script in package.json which uses this push-to-git code to push itself to master.
## [1.0.1] - 2018-06-22
## Added
* Changelog file
* fixes binary name in README.md -> Usage
## [1.0.0] - 2018-06-22
Initial Release - See Readme for usage and features