Skip to content

Commit e5c3d68

Browse files
committed
ADDED: CHANGELOG and info about versioning.
1 parent 8690357 commit e5c3d68

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project is documented in this file.
4+
This project adheres to [Semantic Versioning](http://semver.org/).
5+
6+
## Unreleased
7+
8+
- Meeting CII Best Practices ["Passing" level] criteria (https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md).
9+
10+
## [1.0.0]
11+
12+
First public release.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This sample uses the [Serverless Application Framework](https://serverless.com/)
3535
- **[EditorConfig](http://editorconfig.org/)** settings - _for consistent coding styles between different editors._
3636
- Sample CRUD implementation (in progress) - _to see it all in action_.
3737

38+
For updates, please check the [CHANGELOG](https://github.com/balassy/aws-lambda-typescript/blob/master/CHANGELOG.md).
39+
3840
## Setup
3941

4042
1. **Install [Node.js](https://nodejs.org).**
@@ -258,7 +260,6 @@ Contributions of all kinds are welcome, please feel free to send Pull Requests.
258260

259261
Thanks for your help in making this project better!
260262

261-
262263
## Read more
263264

264265
* [Serverless.yml Reference](https://serverless.com/framework/docs/providers/aws/guide/serverless.yml/)

0 commit comments

Comments
 (0)