We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80313d commit 4d9a0d4Copy full SHA for 4d9a0d4
CHANGELOG.md
@@ -11,6 +11,11 @@ Prefix your message with one of the following:
11
- [Security] in case of vulnerabilities.
12
-->
13
14
-## Unreleased
+## v0.0.1
15
+
16
+- [Added] Allow configuring Demo Tape using episode or project configuration.
17
+- [Changed] Allow duration as `1s`.
18
19
+## v0.0.0
20
21
- Initial release.
lib/screenkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ScreenKit
4
- VERSION = "0.0.0"
+ VERSION = "0.0.1"
5
end
0 commit comments