Skip to content

Commit

Permalink
chore: release 12.0.0-alpha.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbaud-sky-build-user authored Jan 10, 2025
1 parent ce8d44f commit 1675cb9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [12.0.0-alpha.0](https://github.com/blackbaud/stache/compare/11.0.0...12.0.0-alpha.0) (2025-01-10)


### ⚠ BREAKING CHANGES

* Added support for Angular 19 and removed support for Angular 18

### Features

* add support for Angular 19 ([#103](https://github.com/blackbaud/stache/issues/103)) ([ce8d44f](https://github.com/blackbaud/stache/commit/ce8d44f8f9243e445c9565ec9af6d24cd424f4d5))

## [11.0.0](https://github.com/blackbaud/stache/compare/11.0.0-alpha.1...11.0.0) (2024-09-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stache",
"version": "11.0.0",
"version": "12.0.0-alpha.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all --parallel",
Expand Down

0 comments on commit 1675cb9

Please sign in to comment.