Skip to content

Commit

Permalink
chore(release): prepare release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed May 4, 2022
1 parent 2d76b03 commit 311c519
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [0.5.1](https://github.com/bigopon/aurelia-typed-observable-plugin/compare/v0.5.0...v0.5.1) (2022-05-04)


### Bug Fixes

* **typings:** correct typings path ([2d76b03](https://github.com/bigopon/aurelia-typed-observable-plugin/commit/2d76b03e0b28fb64b9edba5dd69c803c8c82fa4a)), closes [#11](https://github.com/bigopon/aurelia-typed-observable-plugin/issues/11)

## [0.5.0](https://github.com/bigopon/aurelia-typed-observable-plugin/compare/v0.4.2...v0.5.0) (2022-04-10)


Expand Down
4 changes: 2 additions & 2 deletions doc/MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# intentionally a minor release
npm run cut-release -- -- --release-as minor
```
3. Commit: `git add .` and then `git commit chore(release): prepare release vXXX` where `XXX` is the new version
4. Tag: `git tag -a vXXX -m 'prepare release XXX` where `XXX` is the version
3. Commit: `git add .` and then `git commit chore(release): prepare release XXX` where `XXX` is the new version
4. Tag: `git tag -a XXX -m 'prepare release XXX` where `XXX` is the version
5. Push to remote repo: `git push --follow-tags`
6. Publish: Run `npm publish` to release the new version
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": "aurelia-typed-observable-plugin",
"version": "0.5.0",
"version": "0.5.1",
"description": "A plugin for @observable and @bindable value coercion",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 311c519

Please sign in to comment.