Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Feb 25, 2021
1 parent 3502704 commit 65ce1f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Publish package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- name: Install dependencies
run: yarn
- name: Update package version
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.0.0](https://github.com/alauda/ng-monaco-editor/compare/v2.3.0...v3.0.0) (2021-02-25)


### ⚠ BREAKING CHANGES

* support rerender after content changed (#42)

### Features

* support rerender after content changed ([#42](https://github.com/alauda/ng-monaco-editor/issues/42)) ([3fe6092](https://github.com/alauda/ng-monaco-editor/commit/3fe6092ffd47302453298062b67f24121bcfdf0e)), closes [#2](https://github.com/alauda/ng-monaco-editor/issues/2)
* use GitHub Actions for publishing ([93b55c5](https://github.com/alauda/ng-monaco-editor/commit/93b55c5a1bbfd8f30edd9bd126bbe4247f828c1f))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-monaco-editor",
"version": "2.3.0",
"version": "3.0.0",
"description": "Angular wrapper for monaco-editor",
"repository": "git+https://github.com/alauda/ng-monaco-editor.git",
"author": "Alauda Frontend",
Expand Down

0 comments on commit 65ce1f5

Please sign in to comment.