From 582cea2aedd3b5763232837cc4960f07223908fb Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 9 Mar 2020 14:22:58 -0500 Subject: Transfer components to lib repo --- components/position/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 components/position/CHANGELOG.md (limited to 'components/position/CHANGELOG.md') diff --git a/components/position/CHANGELOG.md b/components/position/CHANGELOG.md new file mode 100644 index 0000000..fa7a646 --- /dev/null +++ b/components/position/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + + +## 3.0.0 - 2020-03-09 +### Changed +- Use module syntax instead of require +- Use shared lib repo instead of independent repositories + +## 2.0.0 - 2018-04-20 +- Use the namespaced serpentity + +## 1.0.0 - 2017-04-12 +### Added +- Initial Release -- cgit