Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Commit

Permalink
Fix changelog links, increment minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dooling committed May 29, 2019
1 parent d9e847b commit fc17f87
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fc17f87

Please sign in to comment.