Skip to content

Commit

Permalink
chore(main): release 1.3.0 (#152)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 24, 2023
1 parent 774f209 commit f5b8263
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.0](https://github.com/dimensionalpocket/development-js/compare/1.2.0...1.3.0) (2023-03-24)


### Features

* **Node workflow:** allow custom test/lint commands ([#151](https://github.com/dimensionalpocket/development-js/issues/151)) ([774f209](https://github.com/dimensionalpocket/development-js/commit/774f20911d0677f0c5e15f7db972f2435d0e7a5f))


### Bug Fixes

* **deps:** update babel monorepo to v7.21.3 ([#149](https://github.com/dimensionalpocket/development-js/issues/149)) ([f9aa292](https://github.com/dimensionalpocket/development-js/commit/f9aa2929df45f4affb18380d0009aeccbdc0e04a))
* **deps:** update dependency @types/node to v18.15.5 ([#148](https://github.com/dimensionalpocket/development-js/issues/148)) ([1387df6](https://github.com/dimensionalpocket/development-js/commit/1387df68489c21bfeeb3e74eebf2c1161969c9a4))
* **deps:** update dependency c8 to v7.13.0 ([#147](https://github.com/dimensionalpocket/development-js/issues/147)) ([4ea9ef5](https://github.com/dimensionalpocket/development-js/commit/4ea9ef50f72bd487f289067744749d9d6a377942))
* **deps:** update google-github-actions/release-please-action action to v3.7.5 ([#146](https://github.com/dimensionalpocket/development-js/issues/146)) ([9cba72b](https://github.com/dimensionalpocket/development-js/commit/9cba72bab104e822e0b255fe39082b1902c71043))

## [1.2.0](https://github.com/dimensionalpocket/development-js/compare/1.1.0...1.2.0) (2023-02-12)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ on:

jobs:
default:
uses: dimensionalpocket/development-js/.github/workflows/default-node-build.yml@1.2.0
uses: dimensionalpocket/development-js/.github/workflows/default-node-build.yml@1.3.0
```
<!-- x-release-please-end -->
Expand All @@ -101,7 +101,7 @@ on:
jobs:
default:
uses: dimensionalpocket/development-js/.github/workflows/default-release.yml@1.2.0
uses: dimensionalpocket/development-js/.github/workflows/default-release.yml@1.3.0
```
<!-- x-release-please-end -->

Expand Down Expand Up @@ -136,7 +136,7 @@ Install the package directly from GitHub:

<!-- x-release-please-start-version -->
```shell
npm i -D -E github:dimensionalpocket/development-js#1.2.0
npm i -D -E github:dimensionalpocket/development-js#1.3.0
```
<!-- x-release-please-end -->

Expand Down
2 changes: 1 addition & 1 deletion config/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '1.2.0' /* x-release-please-version */
export const VERSION = '1.3.0' /* x-release-please-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": "@dimensionalpocket/development",
"version": "1.2.0",
"version": "1.3.0",
"description": "Development packages for Node.js projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f5b8263

Please sign in to comment.