CHANGELOG.md
 1  # Changelog
 2  
 3  All notable changes to this project will be documented in this file.
 4  
 5  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 6  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 7  
 8  ## [v1.0.1](https://github.com/ljharb/side-channel-map/compare/v1.0.0...v1.0.1) - 2024-12-10
 9  
10  ### Commits
11  
12  - [Deps] update `call-bound` [`6d05aaa`](https://github.com/ljharb/side-channel-map/commit/6d05aaa4ce5f2be4e7825df433d650696f0ba40f)
13  - [types] fix generics ordering [`11c0184`](https://github.com/ljharb/side-channel-map/commit/11c0184132ac11fdc16857e12682e148e5e9ee74)
14  
15  ## v1.0.0 - 2024-12-10
16  
17  ### Commits
18  
19  - Initial implementation, tests, readme, types [`ad877b4`](https://github.com/ljharb/side-channel-map/commit/ad877b42926d46d63fff76a2bd01d2b4a01959a9)
20  - Initial commit [`28f8879`](https://github.com/ljharb/side-channel-map/commit/28f8879c512abe8fcf9b6a4dc7754a0287e5eba4)
21  - npm init [`2c9604e`](https://github.com/ljharb/side-channel-map/commit/2c9604e5aa40223e425ea7cea78f8a07697504bd)
22  - Only apps should have lockfiles [`5e7ba9c`](https://github.com/ljharb/side-channel-map/commit/5e7ba9cffe3ef42095815adc8ac1255b49bbadf5)