Skip to content

Commit 744d3a6

Browse files
committed
build(release): bump version from 1.0.11 to 1.0.12
1 parent 5e1e0a0 commit 744d3a6

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.12

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.0.12] - 2023-02-03
11+
12+
### Changed
13+
14+
- Adiciona workflow de deployment padronizado ao projeto por @danilogco
15+
1016
## [1.0.11] - 2022-07-22
1117

1218
### Changed

lib/zaig/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ module Zaig
88
# Major - Incremented for incompatible changes with previous release (or big enough new features)
99
# Minor - Incremented for new backwards-compatible features + deprecations
1010
# Patch - Incremented for backwards-compatible bug fixes
11-
VERSION = "1.0.11"
11+
VERSION = File.read(".version").strip
1212
end

0 commit comments

Comments
 (0)