Skip to content

Commit 2bca28b

Browse files
chore(master): release vagrant-vyos 1.1.13
1 parent 9e2133c commit 2bca28b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.1.13](https://github.com/higebu/vagrant-vyos/compare/vagrant-vyos/v1.1.12...vagrant-vyos/v1.1.13) (2025-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update actions/checkout action to v5 ([#50](https://github.com/higebu/vagrant-vyos/issues/50)) ([9e2133c](https://github.com/higebu/vagrant-vyos/commit/9e2133cd6dd19c56a16cfe5e1054bc3ce2bc902f))
9+
* **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))
10+
311
## [1.1.12](https://github.com/higebu/vagrant-vyos/compare/vagrant-vyos-v1.1.11...vagrant-vyos/v1.1.12) (2024-09-02)
412

513

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)