Skip to content

Commit

Permalink
rev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessitron committed Nov 9, 2017
1 parent 025a52f commit 553cdf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

[Unreleased]: https://github.com/atomist/slack-messages/compare/0.12.0...HEAD
[Unreleased]: https://github.com/atomist/slack-messages/compare/0.12.1...HEAD

## [0.12.1][] - 2017-09-20

[0.12.1]: https://github.com/atomist/slack-messages/compare/0.12.0...0.12.1

Add index.ts so you can import SlackMessages with `...from "@atomist/slack-messages"`

### Removed

### Added

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atomist/slack-messages",
"description": "Utilities for creating Slack messages",
"version": "0.12.0",
"version": "0.12.1",
"author": "Atomist",
"license": "Apache-2.0",
"homepage": "https://github.com/atomist/slack-messages#readme",
Expand Down

0 comments on commit 553cdf0

Please sign in to comment.