Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelmind committed Jun 27, 2023
1 parent 7ab3f93 commit 3712289
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/psd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/webtoon/psd/compare/0.3.0...0.4.0) (2023-06-27)

### ⚠ BREAKING CHANGES

- `Layer#additionalLayerProperties` is now an object instead of an array.
This should make it easier to access individual keys. ([#65](https://github.com/webtoon/psd/pull/65)) ([33fd2f9](https://github.com/webtoon/psd/commit/33fd2f9ffc7fd6c6dff31fd05885781fc9038a51))
Thanks Lukasz Czaplinski ([@scoiatael](https://github.com/scoiatael))

### Features

- Added `Group#additionalProperties` ([#65](https://github.com/webtoon/psd/pull/65)) ([33fd2f9](https://github.com/webtoon/psd/commit/33fd2f9ffc7fd6c6dff31fd05885781fc9038a51))
Thanks Lukasz Czaplinski ([@scoiatael](https://github.com/scoiatael))

## [0.3.0](https://github.com/webtoon/psd/compare/0.2.0...0.3.0) (2022-10-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/psd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webtoon/psd",
"version": "0.3.0",
"version": "0.4.0",
"description": "lightweight psd file parser with no dependency written in typescript",
"homepage": "https://webtoon.github.io/psd",
"license": "MIT",
Expand Down

0 comments on commit 3712289

Please sign in to comment.