From fc17f874e2e875dc3a52cb8cc48420787afa878a Mon Sep 17 00:00:00 2001 From: David Dooling Date: Wed, 29 May 2019 13:23:28 -0500 Subject: [PATCH] Fix changelog links, increment minor version --- CHANGELOG.md | 20 ++++++++++++++------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 209eabb..9b91a76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/atomist/sdm-pack-seed/compare/0.4.1...HEAD) +## [Unreleased](https://github.com/atomist/sdm-pack-s3/compare/0.4.1...HEAD) -## [0.4.1](https://github.com/atomist/sdm-pack-seed/compare/0.4.0...0.4.1) - 2019-04-09 +### Added + +- Custom link label. [#16](https://github.com/atomist/sdm-pack-s3/pull/16) + +### Changed + +- Fail when no success. [#15](https://github.com/atomist/sdm-pack-s3/pull/15) + +## [0.4.1](https://github.com/atomist/sdm-pack-s3/compare/0.4.0...0.4.1) - 2019-04-09 ### Changed @@ -17,19 +25,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix handling of files with RegExp special chars. [82f9413](https://github.com/atomist/sdm-pack-s3/commit/82f94131fd66e06ed409f8696d2325a1e88e3736) -## [0.4.0](https://github.com/atomist/sdm-pack-seed/compare/0.3.0...0.4.0) - 2019-04-08 +## [0.4.0](https://github.com/atomist/sdm-pack-s3/compare/0.3.0...0.4.0) - 2019-04-08 ### Added - Add putObject parameters from s3params file. [#12](https://github.com/atomist/sdm-pack-s3/issues/12) -## [0.3.0](https://github.com/atomist/sdm-pack-seed/compare/0.2.0...0.3.0) - 2019-04-05 +## [0.3.0](https://github.com/atomist/sdm-pack-s3/compare/0.2.0...0.3.0) - 2019-04-05 ### Changed - Defer adding fulfillment. [#10](https://github.com/atomist/sdm-pack-s3/issues/10) -## [0.2.0](https://github.com/atomist/sdm-pack-seed/compare/0.1.0...0.2.0) - 2019-04-04 +## [0.2.0](https://github.com/atomist/sdm-pack-s3/compare/0.1.0...0.2.0) - 2019-04-04 ### Added @@ -39,7 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Provide default MIME type and pathTranslation. [#5](https://github.com/atomist/sdm-pack-s3/issues/5) -## [0.1.0](https://github.com/atomist/sdm-pack-seed/tree/0.1.0) - 2019-04-03 +## [0.1.0](https://github.com/atomist/sdm-pack-s3/tree/0.1.0) - 2019-04-03 ### Added diff --git a/package-lock.json b/package-lock.json index 3385109..599d582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@atomist/sdm-pack-s3", - "version": "0.4.2", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bcc93c0..76ce963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atomist/sdm-pack-s3", - "version": "0.4.2", + "version": "0.5.0", "description": "SDM extension pack for publishing artifacts to AWS S3", "author": { "name": "Atomist",