Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troyready committed Sep 20, 2021
1 parent d41d3c0 commit 38c4c40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.0] - 2021-09-19
### Fixed
- Deployment idempotency (via switch to serverless-esbuild)

Expand Down Expand Up @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/troyready/git-lfs-s3/compare/v1.2.4...HEAD
[Unreleased]: https://github.com/troyready/git-lfs-s3/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/troyready/git-lfs-s3/compare/v1.2.4...v1.3.0
[1.2.4]: https://github.com/troyready/git-lfs-s3/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/troyready/git-lfs-s3/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/troyready/git-lfs-s3/compare/v1.2.1...v1.2.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sls-git-lfs-s3",
"version": "1.2.4",
"version": "1.3.0",
"description": "Git LFS S3 Storage Service",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 38c4c40

Please sign in to comment.