Skip to content

Commit

Permalink
chore: draft release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Nov 11, 2021
1 parent e8ae624 commit b0d6507
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.4.0](https://github.com/nbugden/gh-actions/compare/3.3.2...3.4.0) (2021-11-11)


### Features

* npm release stage and prod ([e90fd0d](https://github.com/nbugden/gh-actions/commit/e90fd0d72b751a6dcb4fa6f18e8c4e2234924776))


### Bug Fixes

* package version ([e8ae624](https://github.com/nbugden/gh-actions/commit/e8ae624ed456441aa825efd3c2e61c0580d703a4))

### [3.3.2](https://github.com/nbugden/gh-actions/compare/3.3.1...3.3.2) (2021-11-11)

### [3.3.1](https://github.com/nbugden/gh-actions/compare/3.3.0...3.3.1) (2021-11-11)
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-platform",
"version": "3.3.2",
"version": "3.4.0",
"scripts": {
"release": "release-it --ci --no-github.preRelease --no-github.release",
"release:stage": "release-it --ci --no-increment --github.update",
Expand All @@ -11,4 +11,4 @@
"@release-it/conventional-changelog": "^3.3.0",
"release-it": "^14.11.6"
}
}
}

0 comments on commit b0d6507

Please sign in to comment.