Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Jan 9, 2025
1 parent e70aaa4 commit df9e97b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4 2025-01-09

- Compiler: add support defer

## 1.3 2024-12-16

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
papercraft (1.3)
papercraft (1.4)
escape_utils (~> 1.3.0)
kramdown (~> 2.5.1)
kramdown-parser-gfm (~> 1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/papercraft/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Papercraft
VERSION = '1.3'
VERSION = '1.4'
end

0 comments on commit df9e97b

Please sign in to comment.