23 lines
659 B
Markdown
23 lines
659 B
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
All notable changes to this project will be documented in this file.
|
||
|
|
|
||
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||
|
|
|
||
|
|
## [1.0.1] - 2021-03-30
|
||
|
|
### Added
|
||
|
|
- Composer alias for dev-master, to improve dependencies
|
||
|
|
|
||
|
|
### Changed
|
||
|
|
- Connection UI: remove .github directory from production package
|
||
|
|
- Pin dependencies
|
||
|
|
- Update Node to match latest LTS 12
|
||
|
|
- Update package dependencies.
|
||
|
|
|
||
|
|
## 1.0.0 - 2021-02-23
|
||
|
|
|
||
|
|
- Connection UI: Building the Framework
|
||
|
|
|
||
|
|
[1.0.1]: https://github.com/Automattic/jetpack-connection-ui/compare/v1.0.0...v1.0.1
|