Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 4, 2024
1 parent 736c1f0 commit 5c77891
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,99 +2,99 @@

### Changed

- Updated `@types/node` from 20.14.12 to 22.5.0
- Updated `@playform/build` from 0.1.2 to 0.1.4
- Minor code formatting changes
- Updated `@types/node` from 20.14.12 to 22.5.0
- Updated `@playform/build` from 0.1.2 to 0.1.4
- Minor code formatting changes

### Added

- Added `.npmignore` file to exclude unnecessary files from the published
package.
- Added `.npmignore` file to exclude unnecessary files from the published
package.

## 0.1.0

### Changed

- Updated version to 0.1.0
- Updated dependencies, including `@types/node`, `deepmerge-ts`, and
`@playform/build`
- Updated README.md with simplified language and improved formatting.
- Refactored code for better readability and consistency.
- Updated version to 0.1.0
- Updated dependencies, including `@types/node`, `deepmerge-ts`, and
`@playform/build`
- Updated README.md with simplified language and improved formatting.
- Refactored code for better readability and consistency.

### Added

- Added `Run` script to `package.json` for easier development workflow.
- Added `Run` script to `package.json` for easier development workflow.

## 0.0.6

### Changed

- Updated version to 0.0.6
- Updated dependencies:
- `@types/node` to 20.14.2
- `deepmerge-ts` to 7.0.3
- Moved `@playform/build` from `devDependencies` to `peerDependencies`.
- Updated version to 0.0.6
- Updated dependencies:
- `@types/node` to 20.14.2
- `deepmerge-ts` to 7.0.3
- Moved `@playform/build` from `devDependencies` to `peerDependencies`.

### Added

- Added more detailed usage examples in README.md.
- Added more detailed usage examples in README.md.

## 0.0.5

### Changed

- Updated version to 0.0.5
- Updated dependencies:
- `@playform/build` to 0.0.9
- `@playform/document` to 0.0.7
- Added optional peer dependencies for `@playform/build` and
`@playform/document`.
- Improved code documentation and comments.
- Updated version to 0.0.5
- Updated dependencies:
- `@playform/build` to 0.0.9
- `@playform/document` to 0.0.7
- Added optional peer dependencies for `@playform/build` and
`@playform/document`.
- Improved code documentation and comments.

## 0.0.4

### Changed

- Updated version to 0.0.4
- Updated dependencies:
- `@types/node` to 20.12.12
- `deepmerge-ts` to 7.0.1
- Moved `@playform/build` from `devDependencies` to `peerDependencies` and
marked it as optional.
- Updated version to 0.0.4
- Updated dependencies:
- `@types/node` to 20.12.12
- `deepmerge-ts` to 7.0.1
- Moved `@playform/build` from `devDependencies` to `peerDependencies` and
marked it as optional.

### Added

- Added `Document` script to package.json
- Added `Document` script to package.json

## 0.0.3

### Changed

- Updated version to 0.0.3
- Updated dependencies:
- `@types/node` to 20.12.11
- `@playform/build` to 0.0.8
- Updated package description to use an em dash instead of a period.
- Updated repository URLs in `package.json` to use HTTPS.
- Updated `package.json` with new author information.
- Updated README.md with new repository links.
- Updated code to use `@Function` prefix for imports.
- Updated version to 0.0.3
- Updated dependencies:
- `@types/node` to 20.12.11
- `@playform/build` to 0.0.8
- Updated package description to use an em dash instead of a period.
- Updated repository URLs in `package.json` to use HTTPS.
- Updated `package.json` with new author information.
- Updated README.md with new repository links.
- Updated code to use `@Function` prefix for imports.

### Added

- Added `javascript` and `playform` keywords to `package.json`.
- Added `javascript` and `playform` keywords to `package.json`.

## 0.0.2

### Changed

- Updated version to 0.0.2.
- Added the `Document` script to `package.json`.
- Updated version to 0.0.2.
- Added the `Document` script to `package.json`.

### Added

- Added `@playform/document` as a dependency.
- Added `@playform/document` as a dependency.

## 0.0.1

- Initial release.
- Initial release.

0 comments on commit 5c77891

Please sign in to comment.