Skip to content

Commit

Permalink
chore(release): 4.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.3](v4.2.2...v4.2.3) (2022-10-17)

### Bug Fixes

* **symlinks:** fixes symlinks to point to the correct absolute path ([2468975](2468975)), closes [#86](#86)
  • Loading branch information
JasonYao authored and semantic-release-bot committed Oct 17, 2022
1 parent 2468975 commit 9ecf668
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog | Pydotfiles

## [4.2.3](https://github.com/JasonYao/pydotfiles/compare/v4.2.2...v4.2.3) (2022-10-17)


### Bug Fixes

* **symlinks:** fixes symlinks to point to the correct absolute path ([2468975](https://github.com/JasonYao/pydotfiles/commit/2468975967874364466fce5427f0a9aec6f57f76)), closes [#86](https://github.com/JasonYao/pydotfiles/issues/86)

## [4.2.2](https://github.com/JasonYao/pydotfiles/compare/v4.2.1...v4.2.2) (2022-10-17)


Expand Down
2 changes: 1 addition & 1 deletion pydotfiles/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NUMBER = "4.2.2"
VERSION_NUMBER = "4.2.3"

0 comments on commit 9ecf668

Please sign in to comment.