source: frontend/node_modules/side-channel-list/CHANGELOG.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.6 KB
Line 
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6and 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-list.git
9/compare/v1.0.0...v1.0.1) - 2026-04-08
10
11### Fixed
12
13- [Fix] `delete`: do not reset the list when deleting the head node of a multi-node list [`#3`](https://github.com/ljharb/side-channel-list.git
14/issues/3)
15
16### Commits
17
18- [actions] update workflows [`9e79e6b`](https://github.com/ljharb/side-channel-list.git
19/commit/9e79e6bf845532fafbf03b547429fe4f737214a3)
20- [Deps] update `@arethetypeswrong/cli`, `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/tape`, `eslint`, `npmignore` [`babf3ca`](https://github.com/ljharb/side-channel-list.git
21/commit/babf3ca4849d2fd893a470a6b82c62a80ccc9307)
22- [Deps] update `object-inspect` [`9f0f4b8`](https://github.com/ljharb/side-channel-list.git
23/commit/9f0f4b88ff2aa8b7b7c9e589ac1513f133d64b9f)
24
25## v1.0.0 - 2024-12-10
26
27### Commits
28
29- Initial implementation, tests, readme, types [`5d6baee`](https://github.com/ljharb/side-channel-list.git
30/commit/5d6baee5c9054a1238007f5a1dfc109a7a816251)
31- Initial commit [`3ae784c`](https://github.com/ljharb/side-channel-list.git
32/commit/3ae784c63a47895fbaeed2a91ab54a8029a7a100)
33- npm init [`07055a4`](https://github.com/ljharb/side-channel-list.git
34/commit/07055a4d139895565b199dba5fe2479c1a1b9e28)
35- Only apps should have lockfiles [`9573058`](https://github.com/ljharb/side-channel-list.git
36/commit/9573058a47494e2d68f8c6c77b5d7fbe441949c1)
Note: See TracBrowser for help on using the repository browser.