-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
28 lines (22 loc) · 891 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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).
## [Unreleased]
## [0.0.3] - 2022-04-10
# Changed
- `yarn_binary` does not invoke please; assumes all deps in same directory.
## [0.0.2] - 2022-04-05
# Changed
- `yarn_binary` does not require listing deps
## [0.0.1] - 2022-04-02
### Added
- `yarn_library` build rule
- `yarn_binary` build rule
- example using `yarn_binary`
- This CHANGELOG
- LICENSE
- README with usage examples
[Unreleased]: https://github.com/andrew-womeldorf/please-js-rules/compare/v0.0.2...HEAD
[0.0.2]: https://github.com/andrew-womeldorf/please-js-rules/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/andrew-womeldorf/please-js-rules/releases/tag/v0.0.1