diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a8ad1dc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +All notable changes to this project is documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## Unreleased + +## [1.0.1] + +- Meeting CII Best Practices ["Passing" level](https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md) criteria. + +## [1.0.0] + +First public release. diff --git a/README.md b/README.md index 2e023a0..26d0745 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) [![DevDependencies](https://david-dm.org/balassy/aws-lambda-typescript/dev-status.svg)](https://david-dm.org/balassy/aws-lambda-typescript#type=dev) [![codebeat badge](https://codebeat.co/badges/cd3e0118-3d7f-4c0d-8d27-14d05df5a356)](https://codebeat.co/projects/github-com-balassy-aws-lambda-typescript-master) [![Greenkeeper badge](https://badges.greenkeeper.io/balassy/aws-lambda-typescript.svg)](https://greenkeeper.io/) +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2154/badge)](https://bestpractices.coreinfrastructure.org/projects/2154) ## Features @@ -34,6 +35,9 @@ This sample uses the [Serverless Application Framework](https://serverless.com/) - **Dependency checks** and continuous update with [David](https://david-dm.org/), [Greenkeeper](https://greenkeeper.io/) and [Snyk](https://snyk.io)- _because the majority of your app is not your code._ - **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._ - Sample CRUD implementation (in progress) - _to see it all in action_. +- Follows Linux Foundation Core Infrastructure Initiative **[Best Practices](https://bestpractices.coreinfrastructure.org/en)** - _for the open source community._ + +For updates, please check the [CHANGELOG](https://github.com/balassy/aws-lambda-typescript/blob/master/CHANGELOG.md). ## Setup @@ -258,7 +262,6 @@ Contributions of all kinds are welcome, please feel free to send Pull Requests. Thanks for your help in making this project better! - ## Read more * [Serverless.yml Reference](https://serverless.com/framework/docs/providers/aws/guide/serverless.yml/) diff --git a/package.json b/package.json index 40e587b..a7de644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lambda-typescript", - "version": "1.0.0", + "version": "1.0.1", "description": "A sample to create AWS Lambda functions in TypeScript with Serverless.", "main": "handler.js", "scripts": {