Skip to content

Commit

Permalink
0.1.2 (#4)
Browse files Browse the repository at this point in the history
Features:
* NuGet publisher now supports X509 code signing ([#2](#2)) ([e715c65](e715c65))
* The CodePipeline can be phyiscal-named ([#3](#3)) ([f38a8a3](f38a8a3))
  • Loading branch information
RomainMuller authored and Elad Ben-Israel committed Dec 12, 2018
1 parent f38a8a3 commit 7dff479
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

## Unreleased changes
## [0.1.2](https://github.com/awslabs/aws-cdk/compare/v0.1.1...v0.1.2) (2018-12-12)

* NuGet publisher now supports X509 code signing
### Features

* NuGet publisher now supports X509 code signing ([#2](https://github.com/awslabs/aws-delivlib/pull/2)) ([e715c65](https://github.com/awslabs/aws-delivlib/commit/e715c65))
* The CodePipeline can be phyiscal-named ([#3](https://github.com/awslabs/aws-delivlib/pull/3)) ([f38a8a3](https://github.com/awslabs/aws-delivlib/commit/f38a8a3))
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": "aws-delivlib",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/awslabs/aws-delivlib",
"description": "A fabulous library for defining continuous pipelines for building, testing and releasing code libraries.",
"main": "lib/index.js",
Expand Down

0 comments on commit 7dff479

Please sign in to comment.