Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-a-calles-mba committed Sep 1, 2021
1 parent d77f091 commit 27338a4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Change log

## v0.0.7

- Bump ws from 7.3.0 to 7.4.6 (#7)
- Bump glob-parent from 5.1.1 to 5.1.2 (#12)
- Bump eslint from 7.2.0 to 7.32.0 (#18)
- Bump jest from 26.0.1 to 27.1.0 (#20)

## v0.0.6

- Bump y18n from 4.0.0 to 4.0.1 (#4)
- Bump lodash from 4.17.19 to 4.17.21 (#5)
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#6)

## v0.0.5

- Bump lodash from 4.17.15 to 4.17.19 (#3)

## v0.0.4

- Bugfix for Route 53 alias find (#2)

## v0.0.3

- Added create-aliases (#1)

## v0.0.2

- Added package-lock.json.

## v0.0.1

- Created plugin. It only supports creating the Route 53 hosted zone.
2 changes: 1 addition & 1 deletion 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": "serverless-hosted-zone",
"version": "0.0.6",
"version": "0.0.7",
"description": "Serverless plugin to create a Route 53 hosted zone.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 27338a4

Please sign in to comment.