Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Aug 24, 2024
1 parent 54aa0f1 commit f7a3bc7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [2.0.0](https://github.com/monken/cfn-include/compare/v1.4.1...v2.0.0) (2024-08-24)


### ⚠ BREAKING CHANGES

* capital one features and more Fn::*

### Features

* capital one features and more Fn::* ([3265793](https://github.com/monken/cfn-include/commit/32657939f9ac772e132ba73df7e8fa04b2e33000))
* cli added --context to allow stdin to work with includes ([ee33ba9](https://github.com/monken/cfn-include/commit/ee33ba95bee24ce04b262001f05951947621b27d))
* cli added --context to allow stdin to work with includes ([7f6986f](https://github.com/monken/cfn-include/commit/7f6986fb34dad85c700ecccd70ec2f49895b2523))


### Bug Fixes

* cve globby issue resolved via glob ([7e27d12](https://github.com/monken/cfn-include/commit/7e27d1272996ead317ab6448e672f4787a3d882b))
* make eval opt in for Fn::Eval, Fn::IfEval off by default ([5ec4c02](https://github.com/monken/cfn-include/commit/5ec4c022787cdf9c7515681e43094f9b7ad7e754))
* moved cft-utils out to @znemz/cft-utils to seperate concerns ([80f1c7b](https://github.com/monken/cfn-include/commit/80f1c7b809044a2c297058b9c1fbd902bc32991f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cfn-include",
"version": "1.4.1",
"version": "2.0.0",
"description": "Preprocessor for CloudFormation templates with support for loops and flexible include statements",
"keywords": [
"aws",
Expand Down

0 comments on commit f7a3bc7

Please sign in to comment.