Skip to content

Commit

Permalink
chore(release): 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtomhewitt committed Oct 29, 2021
1 parent cb36c8c commit b9f5e16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.6.1 (29/10/2021)


### Issues in this release:

* [#63](https://github.com/iamtomhewitt/github-releaser/issues/63) - Not all node_modules folders are ignored



## 1.6.0 (27/10/2021)


Expand Down
2 changes: 1 addition & 1 deletion 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": "github-releaser",
"version": "1.6.0",
"version": "1.6.1",
"description": "Bump version, generate changelog with issue links, commit, tag, push and create Github release, all automatically.",
"scripts": {
"coverage": "npm test >> coverage.txt",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<version>1.6.0</version>
<version>1.6.1</version>
<name>Github Releaser</name>
<description>Bump version, generate changelog with issue links, commit, tag, push and create Github release, all automatically.</description>
</project>

0 comments on commit b9f5e16

Please sign in to comment.