Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#8)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.0](v0.2.0...v1.0.0)
(2024-04-16)


**No breaking changes, just a major version bump to indicate that the
plugin is stable and ready for production use.**

### Features

* support adding tags for alarms
([#6](#6))
([a898839](a898839))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
LironEr authored Apr 16, 2024
1 parent 3a183e9 commit de15c1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## [0.2.0](https://github.com/LironEr/serverless-aws-alarms/compare/v0.1.0...v0.2.0) (2023-12-02)
## [1.0.0](https://github.com/LironEr/serverless-aws-alarms/compare/v0.2.0...v1.0.0) (2024-04-16)

**No breaking changes, just a major version bump to indicate that the plugin is stable and ready for production use.**

### Features

- support adding tags for alarms ([#6](https://github.com/LironEr/serverless-aws-alarms/issues/6)) ([a898839](https://github.com/LironEr/serverless-aws-alarms/commit/a898839bf80c4912c500fb11651a8c0a6f511b27))

## [0.2.0](https://github.com/LironEr/serverless-aws-alarms/compare/v0.1.0...v0.2.0) (2023-12-02)

### Features

* add suffixTemplate property to add suffix to alarm name ([#3](https://github.com/LironEr/serverless-aws-alarms/issues/3)) ([7554663](https://github.com/LironEr/serverless-aws-alarms/commit/75546635208c0e5c7ba025bcd1678fe47e91fc7f))
- add suffixTemplate property to add suffix to alarm name ([#3](https://github.com/LironEr/serverless-aws-alarms/issues/3)) ([7554663](https://github.com/LironEr/serverless-aws-alarms/commit/75546635208c0e5c7ba025bcd1678fe47e91fc7f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-aws-alarms",
"version": "0.2.0",
"version": "1.0.0",
"main": "lib/index.js",
"repository": "https://github.com/LironEr/serverless-aws-alarms.git",
"author": "LironEr <lironerm@gmail.com>",
Expand Down

0 comments on commit de15c1f

Please sign in to comment.