Skip to content

Commit 1a25a57

Browse files
committed
Release v1.25.1: bump version and update Changelog
1 parent 3242b19 commit 1a25a57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Please have a look at the [Haml Coffee Changelog](https://github.com/netzpirat/h
44

55
## Master
66

7+
## 1.25.1 - Jul 22th, 2024
8+
- [#192][]: Fix .hamlc is processed by jst unexpectedly (#189)
9+
710
## 1.25.0 - Jul 20th, 2024
811
- [#191][]: Support chaining of ERB for Sprockets 4
912

lib/haml_coffee_assets/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: UTF-8
22

33
module HamlCoffeeAssets
4-
VERSION = '1.25.0' unless defined?(HamlCoffeeAssets::VERSION)
4+
VERSION = '1.25.1' unless defined?(HamlCoffeeAssets::VERSION)
55
end

0 commit comments

Comments
 (0)