Skip to content

Commit

Permalink
update changelog for new gha release (#220)
Browse files Browse the repository at this point in the history
* update changelog

* update readme

* update version in package.json
  • Loading branch information
hemarina authored Dec 19, 2024
1 parent bdebcdd commit 9653ee2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added
## 2.0.0 (2024-12-18)

### Breaking Changes

### Bugs Fixed

### Other Changes
- [[213]](https://github.com/Azure/setup-azd/pull/213) Migrate to new CDN endpoint.

## 1.0.0 (2024-03-27)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install azd
uses: Azure/setup-azd@v1.0.0
uses: Azure/setup-azd@v2.0.0
```
## Sample workflow install a specific `azd` version
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install azd
uses: Azure/setup-azd@v1.0.0
uses: Azure/setup-azd@v2.0.0
with:
version: '<version-number>'
```
Expand Down
2 changes: 1 addition & 1 deletion 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": "setup-azd",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"description": "TypeScript template action",
"main": "lib/main.js",
Expand Down

0 comments on commit 9653ee2

Please sign in to comment.