Skip to content

Commit 6a2f630

Browse files
committed
Release v0.12
1 parent 98cd993 commit 6a2f630

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Perl extension JavaScript::Minifier::XS.
22

33
{{$NEXT}}
4+
5+
0.12 2020-12-28 08:31:31-08:00 America/Vancouver
46
- Switch to GitHub Actions, from Travis-CI.
57
- Add META links to GitHub repository and issue tracker
68
- Switch to Dist::Zilla

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = JavaScript-Minifier-XS
2-
version = 0.11
2+
version = 0.12
33
author = Graham TerMarsch <cpan@howlingfrog.com>
44
license = Perl_5
55
copyright_holder = Graham TerMarsch

lib/JavaScript/Minifier/XS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require DynaLoader;
99
our @ISA = qw(Exporter DynaLoader);
1010
our @EXPORT_OK = qw(minify);
1111

12-
our $VERSION = '0.11';
12+
our $VERSION = '0.12';
1313

1414
bootstrap JavaScript::Minifier::XS $VERSION;
1515

0 commit comments

Comments
 (0)