Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Version 1.5.1 - Translations, CFN Specification Update and Dependency…
Browse files Browse the repository at this point in the history
… Pinning (#114)

* update cfn spec, add readme update and changelog for 1.5.1

* Update to 2.0.0 of resource spec

* Manual patch Tag for CFN Spec

* Update cfn spec and force npm versions
  • Loading branch information
martysweet committed Mar 12, 2018
1 parent eea7bbc commit a8bf942
Show file tree
Hide file tree
Showing 4 changed files with 2,224 additions and 1,498 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.1] - 2018-03-12
### Added
- Merge PR #113, adding a Spanish translation for README.md
- Merge PR #116, adding node_modules to .gitignore

### Changed
- Update README.md to link to translation
- Update CloudFormation specification (downloaded 12-Mar-2018) - version: 2.0.0
- Patched CloudFormation specification with proper Tag specification
- Force specific dependency versions, fixing issue #117

## [1.5.0] - 2018-02-15
### Added
- Merge PR #104, adding Fn::Select functionality, add support for CommaDelimitedList parameter types
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,11 @@ would return a string similar to `"My i-0a0a0a0a0a`.
## Contributions

Please check out the [Contributor's Guide](CONTRIBUTING.md) for more information on how to get started.

## Translations
This document is available in:

- [English](https://github.com/martysweet/cfn-lint/blob/master/README.md)
- [Español](https://github.com/martysweet/cfn-lint/blob/master/README_es.md)

If you wish to translate this document to another language, we welcome your contribution!

0 comments on commit a8bf942

Please sign in to comment.