Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MurzNN committed Feb 22, 2022
1 parent f3d966b commit 254427e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/MurzNN/sites-sync/compare/v1.0.0...v1.1.0) (2022-02-22)


### Features

* Command hooks: global and per site ([f3d966b](https://github.com/MurzNN/sites-sync/commit/f3d966b6334f148cdce0ed014f331ae9e2fd11a9))

## 1.0.0 (2022-01-11)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sites-sync",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tools for automate sync of dynamic data (content like database and files) between sites via ssh or kubectl.",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,8 @@
"ss": "node dist/index.js",
"build": "tsc -p ./tsconfig.prod.json",
"watch": "tsc --watch",
"start": "node dist/index.js"
"start": "node dist/index.js",
"release": "standard-version"
},
"dependencies": {
"@tuplo/envsubst": "^1.13.0",
Expand Down

0 comments on commit 254427e

Please sign in to comment.