Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.3...v1.4.0) (2024-11-30)

### Bug Fixes

* enhance sync and update IP rules ([48cf546](48cf546))

### Features

* add config version support to download command ([29a3bc6](29a3bc6))
* add config version support to list command ([5d84b78](5d84b78))
  • Loading branch information
semantic-release-bot committed Nov 30, 2024
1 parent 84315b3 commit 08c4d17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.4.0](https://github.com/gfargo/vercel-doorman/compare/v1.3.3...v1.4.0) (2024-11-30)


### Bug Fixes

* enhance sync and update IP rules ([48cf546](https://github.com/gfargo/vercel-doorman/commit/48cf5465e0e04bc318a46ca99b68018242f11b45))


### Features

* add config version support to download command ([29a3bc6](https://github.com/gfargo/vercel-doorman/commit/29a3bc6651ea3297fd4759a550deb58b14f7048f))
* add config version support to list command ([5d84b78](https://github.com/gfargo/vercel-doorman/commit/5d84b787740100c4386e656e909814549dd0d22d))

## [1.3.3](https://github.com/gfargo/vercel-doorman/compare/v1.3.2...v1.3.3) (2024-11-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-doorman",
"version": "1.3.3",
"version": "1.4.0",
"description": "Manage Vercel Firewall rules in code",
"bin": {
"vercel-doorman": "./bin/run"
Expand Down

0 comments on commit 08c4d17

Please sign in to comment.