Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Dec 11, 2014
1 parent 1a68179 commit 12607df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELIST
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.3.3 (December 11, 2014)
- The fpm project now uses Contributor Covenant. You can read more about this on
the website: http://contributor-covenant.org/
- npm: Fix bug causing all `-s npm` attempts to fail due to a missing method.
This bug was introduced in 1.3.0. (#800, #806; Jordan Sissel)
- rpm: fix bug in rpm input causing a crash if the input rpm did not have any triggers
(#801, #802; Ted Elwartowski)

1.3.2 (November 4, 2014)
- deb: conversion from another deb will automatically use any changelog found in
the source deb (Jordan Sissel)
Expand Down
2 changes: 1 addition & 1 deletion lib/fpm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FPM
VERSION = "1.3.2"
VERSION = "1.3.3"
end

0 comments on commit 12607df

Please sign in to comment.