Skip to content

Commit 8acbbc3

Browse files
committed
chore: Update color-core to version 1.3.2
1 parent 92210f4 commit 8acbbc3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
1515
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
1616
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1717

18-
## [1.3.2] - 2024-07-20
18+
## [1.3.2] - 2024-07-21
1919

2020
### Added
2121

@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2929
### Changed
3030

3131
- New git structure using a monorepo setup with yarn workspaces
32+
- New documentation site built with Docusaurus v3 + typedoc
3233
- Updated demo site to showcase new color scale functions
3334

3435
## [1.3.1] - 2024-07-17

packages/color-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "color-core",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "`color-core` is a comprehensive, type-safe color manipulation library for TypeScript and JavaScript applications. It provides a powerful toolkit for working with colors across multiple color spaces, making it an essential tool for developers working on projects that require advanced color handling.",
55
"author": "Tariel Davidashvili <hello@tariel.me> (http://tariel.me/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)