diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4e415..568fe20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.1](///compare/0.4.0...0.4.1) (2020-05-26) + + +### Bug Fixes + +* Always move back to same column after applying rcs patch 9b7c86a + ## [0.4.0](https://github.com/jimeh/rubocopfmt.el/compare/0.3.0...0.4.0) (2020-05-19) diff --git a/rubocopfmt.el b/rubocopfmt.el index 50ce94b..d43ed41 100644 --- a/rubocopfmt.el +++ b/rubocopfmt.el @@ -1,6 +1,6 @@ ;;; rubocopfmt.el --- Minor-mode to format Ruby code with RuboCop on save -;; Version: 0.4.0 +;; Version: 0.4.1 ;; Keywords: convenience wp edit ruby rubocop ;; Package-Requires: ((cl-lib "0.5")) ;; URL: https://github.com/jimeh/rubocopfmt.el