Skip to content

Commit 580ec9c

Browse files
chore(master): release vagrant-vyos 1.1.13
1 parent f6dad0b commit 580ec9c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.12"
2+
".": "1.1.13"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.13](https://github.com/higebu/vagrant-vyos/compare/vagrant-vyos/v1.1.12...vagrant-vyos/v1.1.13) (2024-11-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update codecov/codecov-action action to v5 ([#48](https://github.com/higebu/vagrant-vyos/issues/48)) ([f6dad0b](https://github.com/higebu/vagrant-vyos/commit/f6dad0b799ade3ebdc818610d3b2aae4b3de84c9))
9+
310
## [1.1.12](https://github.com/higebu/vagrant-vyos/compare/vagrant-vyos-v1.1.11...vagrant-vyos/v1.1.12) (2024-09-02)
411

512

lib/vagrant-vyos/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module VagrantPlugins
22
module GuestVyOS
3-
VERSION = "1.1.12"
3+
VERSION = "1.1.13"
44
end
55
end

0 commit comments

Comments
 (0)