Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manwaring committed Aug 4, 2019
1 parent 29c55f4 commit 8b4a231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0 on 2019-08-04
## [1.1.0] on 2019-08-04

### Added

Expand All @@ -14,3 +14,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/),
### Changed

- Clarify project intent and provide additional examples in README
- Publish now happens from git tags instead of master merges

[1.1.0]: https://github.com/manwaring/serverless-plugin-test-helper/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "serverless-plugin-test-helper",
"description": "A utility library to help with testing deployed serverless applications",
"version": "1.0.2",
"version": "1.1.0",
"scripts": {
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard && npm run build",
Expand Down

0 comments on commit 8b4a231

Please sign in to comment.