Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Change Log

All notable changes to this project will be documented in this file.


## [1.1.2](https://github.com/levi-20/lambda-cron/compare/1.1.1...1.1.2) (2025-04-11)
### Maintenance Improvements
* stability improvements

## [1.1.1](https://github.com/levi-20/lambda-cron/compare/1.0.1...1.1.1) (2025-03-07)
### Feature
* Yearly schedule is introduced
### Maintenance
* Allowed units changed in interval based schedule:
- `minute` to `minutes`
- `hour` to `hours`
- `day` to `days`


## [1.0.1](https://github.com/levi-20/lambda-cron/compare/1.0.0...1.0.1) (2025-02-23)

### Maintenance Improvements
* README update for older versions
* Documentation update

## [1.0.0]() (2025-02-23)
### Feature:
* New and better way to schedule
* Added validation for various schedules

4 changes: 0 additions & 4 deletions readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<!-- @format -->

> **For version [v0.1.6](https://github.com/levi-20/lambda-cron/releases/tag/0.1.6) or earlier, go [here](https://github.com/levi-20/lambda-cron/tree/9a19b5391d00ee46e322f37f67573b37ead3f0e7).**

# Cron Jobs for Serverless Lambda

[![NPM version](https://img.shields.io/npm/v/lambda-cron.svg)](https://www.npmjs.com/package/lambda-cron)
Expand Down
Loading