Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Oct 21, 2022
1 parent f7c9e9e commit 9671209
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 88 deletions.
51 changes: 11 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,83 +3,54 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/clowdhaus/actions/compare/v0.2.0...v0.3.0) (2022-09-03)

## [0.3.1](https://github.com/clowdhaus/actions/compare/v0.3.0...v0.3.1) (2022-10-21)

### Features

* Update dependencies to patch reported vulnerabilities ([338a4a4](https://github.com/clowdhaus/actions/commit/338a4a4e082f8e567e2a37c99a2d9bb7af1781dd))

- Update dependencies to patch reported vulnerabilities ([fc0b7ad](https://github.com/clowdhaus/actions/commit/fc0b7add580357608161f45418f29e588d2bb1d6))

# [0.3.0](https://github.com/clowdhaus/actions/compare/v0.2.0...v0.3.0) (2022-09-03)

### Features

- Update dependencies to patch reported vulnerabilities ([338a4a4](https://github.com/clowdhaus/actions/commit/338a4a4e082f8e567e2a37c99a2d9bb7af1781dd))

# [0.2.0](https://github.com/clowdhaus/actions/compare/v0.1.5...v0.2.0) (2022-07-28)


### Features

* Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))




- Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))

## [0.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)


### Bug Fixes

* **deps:** update dependencies to latest and re-compile action artifact ([2d2f808](https://github.com/clowdhaus/actions/commit/2d2f808cb7335a39b423c7ed59075bd090b96a03))




- **deps:** update dependencies to latest and re-compile action artifact ([2d2f808](https://github.com/clowdhaus/actions/commit/2d2f808cb7335a39b423c7ed59075bd090b96a03))

## 0.1.4 (2021-09-01)


### Bug Fixes

* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([6b7266f](https://github.com/clowdhaus/actions/commit/6b7266fc5ca49b7f67a80551803387132bd8bec0))




- **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([6b7266f](https://github.com/clowdhaus/actions/commit/6b7266fc5ca49b7f67a80551803387132bd8bec0))

## 0.1.3 (2021-08-05)

**Note:** Version bump only for package actions





## 0.1.2 (2021-05-01)


### Bug Fixes

* **deps:** update dependencies to latest and re-compile action ([dae2408](https://github.com/clowdhaus/actions/commit/dae240845bc1c8aab7d9da2150de164ce95e9473))




- **deps:** update dependencies to latest and re-compile action ([dae2408](https://github.com/clowdhaus/actions/commit/dae240845bc1c8aab7d9da2150de164ce95e9473))

## [0.1.1](https://github.com/clowdhaus/actions/compare/v0.1.0...v0.1.1) (2021-02-15)


### Bug Fixes

* rename `master` to `main` and update project dependencies ([42754ae](https://github.com/clowdhaus/actions/commit/42754ae539a6180ddfff86f70f69778caf2e2f98))




- rename `master` to `main` and update project dependencies ([42754ae](https://github.com/clowdhaus/actions/commit/42754ae539a6180ddfff86f70f69778caf2e2f98))

# 0.1.0 (2020-09-24)


### Features

* initial action to evaluate pull request titles against patterns ([7a5a0af](https://github.com/clowdhaus/actions/commit/7a5a0afc29e4e2864fd7aa50878f0a2ce18e1ad9))
- initial action to evaluate pull request titles against patterns ([7a5a0af](https://github.com/clowdhaus/actions/commit/7a5a0afc29e4e2864fd7aa50878f0a2ce18e1ad9))
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"pr-title"
],
"packages": ["pr-title"],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.3.0"
"version": "0.3.1"
}
53 changes: 11 additions & 42 deletions pr-title/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,83 +3,52 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/clowdhaus/actions/compare/v0.2.0...v0.3.0) (2022-09-03)


### Features

* Update dependencies to patch reported vulnerabilities ([338a4a4](https://github.com/clowdhaus/actions/commit/338a4a4e082f8e567e2a37c99a2d9bb7af1781dd))
## [0.3.1](https://github.com/clowdhaus/actions/compare/v0.3.0...v0.3.1) (2022-10-21)

**Note:** Version bump only for package @actions/pr-title

# [0.3.0](https://github.com/clowdhaus/actions/compare/v0.2.0...v0.3.0) (2022-09-03)

### Features

- Update dependencies to patch reported vulnerabilities ([338a4a4](https://github.com/clowdhaus/actions/commit/338a4a4e082f8e567e2a37c99a2d9bb7af1781dd))

# [0.2.0](https://github.com/clowdhaus/actions/compare/v0.1.5...v0.2.0) (2022-07-28)


### Features

* Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))




- Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))

## [0.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)


### Bug Fixes

* **deps:** update dependencies to latest and re-compile action artifact ([2d2f808](https://github.com/clowdhaus/actions/commit/2d2f808cb7335a39b423c7ed59075bd090b96a03))




- **deps:** update dependencies to latest and re-compile action artifact ([2d2f808](https://github.com/clowdhaus/actions/commit/2d2f808cb7335a39b423c7ed59075bd090b96a03))

## 0.1.4 (2021-09-01)


### Bug Fixes

* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([6b7266f](https://github.com/clowdhaus/actions/commit/6b7266fc5ca49b7f67a80551803387132bd8bec0))




- **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([6b7266f](https://github.com/clowdhaus/actions/commit/6b7266fc5ca49b7f67a80551803387132bd8bec0))

## 0.1.3 (2021-08-05)

**Note:** Version bump only for package @actions/pr-title





## 0.1.2 (2021-05-01)


### Bug Fixes

* **deps:** update dependencies to latest and re-compile action ([dae2408](https://github.com/clowdhaus/actions/commit/dae240845bc1c8aab7d9da2150de164ce95e9473))




- **deps:** update dependencies to latest and re-compile action ([dae2408](https://github.com/clowdhaus/actions/commit/dae240845bc1c8aab7d9da2150de164ce95e9473))

## [0.1.1](https://github.com/clowdhaus/actions/compare/v0.1.0...v0.1.1) (2021-02-15)


### Bug Fixes

* rename `master` to `main` and update project dependencies ([42754ae](https://github.com/clowdhaus/actions/commit/42754ae539a6180ddfff86f70f69778caf2e2f98))




- rename `master` to `main` and update project dependencies ([42754ae](https://github.com/clowdhaus/actions/commit/42754ae539a6180ddfff86f70f69778caf2e2f98))

# 0.1.0 (2020-09-24)


### Features

* initial action to evaluate pull request titles against patterns ([7a5a0af](https://github.com/clowdhaus/actions/commit/7a5a0afc29e4e2864fd7aa50878f0a2ce18e1ad9))
- initial action to evaluate pull request titles against patterns ([7a5a0af](https://github.com/clowdhaus/actions/commit/7a5a0afc29e4e2864fd7aa50878f0a2ce18e1ad9))
4 changes: 2 additions & 2 deletions pr-title/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@actions/pr-title",
"version": "0.3.0",
"version": "0.3.1",
"description": "GitHub action for checking pull request titles",
"author": "clowd.haus",
"license": "Apache-2.0",
"author": "clowd.haus",
"main": "index.ts",
"scripts": {
"build": "ncc build -m",
Expand Down

0 comments on commit 9671209

Please sign in to comment.