Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] — 2026-05-25

### Fixed

- Ship `.env.local.example` in the published package. The README's
`cp node_modules/angular-deploy-bunny/.env.local.example .env.local`
instruction referenced a file that wasn't included in the tarball.

## [0.1.0] — 2026-05-22

### Added
Expand All @@ -23,5 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `dryRun` mode and a `purgeAfterUpload` toggle.
- Credentials read from environment variables or a `.env.local` file.

[Unreleased]: https://github.com/lostium/angular-deploy-bunny/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/lostium/angular-deploy-bunny/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/lostium/angular-deploy-bunny/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/lostium/angular-deploy-bunny/releases/tag/v0.1.0
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-deploy-bunny",
"version": "0.1.0",
"version": "0.1.1",
"description": "Angular Architect builder (ng deploy) that syncs your build output to a Bunny.net CDN Storage Zone with SHA256-based incremental diffing, then purges the Pull Zone.",
"keywords": [
"angular",
Expand All @@ -21,6 +21,7 @@
"dist",
"builders.json",
"src/schema.json",
".env.local.example",
"README.md",
"LICENSE",
"CHANGELOG.md"
Expand Down
Loading