Skip to content

Commit

Permalink
release(version): Release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-03-10)

### chore

* add code scanning ([oleg-koval#31](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/31)) ([1d956cb](1d956cb))
* create new release ([080e018](080e018))
* debug ([8cd2bb1](8cd2bb1))
* debug ([7122387](7122387))
* **dependencies:** fix vulnerabilities ([oleg-koval#29](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/29)) ([c94afa0](c94afa0))
* **deps-dev:** bump semantic-release from 15.13.24 to 17.2.3 ([7534da8](7534da8))
* **deps:** bump glob-parent from 5.1.0 to 5.1.2 ([oleg-koval#20](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/20)) ([785ef6d](785ef6d))
* **deps:** bump handlebars from 4.3.1 to 4.7.7 ([e670a11](e670a11))
* **deps:** bump lodash from 4.17.15 to 4.17.21 ([oleg-koval#17](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/17)) ([ce63108](ce63108))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([oleg-koval#36](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/36)) ([8387054](8387054))
* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([oleg-koval#18](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/18)) ([8acf1f1](8acf1f1))
* **deps:** bump node-fetch from 2.6.5 to 2.6.7 ([oleg-koval#37](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/37)) ([153934b](153934b))
* **deps:** bump normalize-url from 4.4.1 to 4.5.1 ([oleg-koval#21](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/21)) ([c8ff856](c8ff856))
* **deps:** bump npm from 6.11.3 to 6.13.4 ([4aee5ac](4aee5ac))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([oleg-koval#28](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/28)) ([6675454](6675454))
* **deps:** bump semver-regex from 3.1.3 to 3.1.4 ([oleg-koval#38](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/38)) ([78ae149](78ae149))
* **release:** Release 1.1.1 ([41821e6](41821e6))
* update package name ([cfe8643](cfe8643))

### ci

* add ci variable ([70c328d](70c328d))
* **dry-run:** run release in dry mode with debug ([6c5dbe4](6c5dbe4))
* **pre-release:** run CI on pull_request ([ea2c3f6](ea2c3f6))
* run test on actual branch ([92d540e](92d540e))

### docs

* **description:** update descriptions in package.json ([3521a76](3521a76))
* **description:** update wording ([75968e4](75968e4))
* **install:** update install notes ([93d849d](93d849d))
* **install:** update readme ([4c174a5](4c174a5))
* **instructions:** update configuration instructions ([3c8b0fd](3c8b0fd))
* **readme:** fix typo ([1dabb43](1dabb43))
* **readme:** update description, fix typos ([92f9b9f](92f9b9f))
* **readme:** update descriptions, fix links ([7a54dcc](7a54dcc))
* **readme:** update readme file with instructions ([d01b04e](d01b04e))

### feat

* backwards compatibility for commits without keyword ([90deac9](90deac9))
* **file-format:** use json file instead of yaml ([acd3f8d](acd3f8d))
* fix params ([15632ef](15632ef))
* **init:** initial commit ([6fbca52](6fbca52))
* **release:** add custom release-notes generator ([ed4a8e5](ed4a8e5))
* **type:** add chore type ([3aaa92d](3aaa92d))
* update package.json ([cc9e54a](cc9e54a))
* update transformer ([da775d1](da775d1))

### fix

* **commit-message:** fix commit message: skip-ci ([cc7c983](cc7c983))
* **commit-message:** use release keyword ([a33577a](a33577a))
* **manifest:** add plugins.json to a bundle ([22c1a28](22c1a28))
* package.json & package-lock.json to reduce vulnerabilities ([8658905](8658905))
* package.json & package-lock.json to reduce vulnerabilities ([b6c8ad1](b6c8ad1))
* package.json & package-lock.json to reduce vulnerabilities ([oleg-koval#12](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/12)) ([ffd4a06](ffd4a06))
* package.json & package-lock.json to reduce vulnerabilities ([oleg-koval#35](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/35)) ([e678692](e678692))
* **release:** change release message ([0109020](0109020))
* **releaserc:** remove unused fields ([24606ed](24606ed))
* remove another envs ([88d17b7](88d17b7))
* update config ([aa6fd16](aa6fd16))
* update dependencies ([oleg-koval#30](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/30)) ([5498c03](5498c03))

### refactor

* use object literal to transform commit type ([3b7ff9a](3b7ff9a))
  • Loading branch information
semantic-release-bot committed Mar 10, 2023
1 parent 15632ef commit e82f1b0
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 2 deletions.
78 changes: 78 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,81 @@
# 1.0.0 (2023-03-10)


### chore

* add code scanning ([#31](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/31)) ([1d956cb](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/1d956cbaf75677d9a869e33de4cf50f0304ff1b3))
* create new release ([080e018](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/080e0183bd006dbb3a514162121721daabaa7298))
* debug ([8cd2bb1](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/8cd2bb1bd2fa07b7a1778ddceeaeccfddb6c3a99))
* debug ([7122387](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/7122387df8394b389debe0530e72f55c1ba6d558))
* **dependencies:** fix vulnerabilities ([#29](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/29)) ([c94afa0](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/c94afa0b79111d5dee7a55aead624ac377d0dd20))
* **deps-dev:** bump semantic-release from 15.13.24 to 17.2.3 ([7534da8](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/7534da8e185b2e5c14c7c077dde3eed4d6186c98))
* **deps:** bump glob-parent from 5.1.0 to 5.1.2 ([#20](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/20)) ([785ef6d](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/785ef6d895ccd762e99055f177cb4981dab030e8))
* **deps:** bump handlebars from 4.3.1 to 4.7.7 ([e670a11](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/e670a113469bedec5deabeb46cbf858205a1b3dd))
* **deps:** bump lodash from 4.17.15 to 4.17.21 ([#17](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/17)) ([ce63108](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/ce63108610a2ed0a06900bdbd03f85479f289285))
* **deps:** bump minimist from 1.2.5 to 1.2.6 ([#36](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/36)) ([8387054](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/83870549f672af9a299c5dcca693245d130e3fa6))
* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#18](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/18)) ([8acf1f1](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/8acf1f136f879e8da9cfa83dacbd98918d906db5))
* **deps:** bump node-fetch from 2.6.5 to 2.6.7 ([#37](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/37)) ([153934b](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/153934b569d246880e16a6707c19ea63beaddc77))
* **deps:** bump normalize-url from 4.4.1 to 4.5.1 ([#21](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/21)) ([c8ff856](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/c8ff8567f4e24fe8a5cd485112582d37adbc4271))
* **deps:** bump npm from 6.11.3 to 6.13.4 ([4aee5ac](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/4aee5acf905be0800795078c31d044ff98444f5f))
* **deps:** bump path-parse from 1.0.6 to 1.0.7 ([#28](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/28)) ([6675454](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/6675454b6cd768276b9e9c2a463c5c7695ef810c))
* **deps:** bump semver-regex from 3.1.3 to 3.1.4 ([#38](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/38)) ([78ae149](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/78ae14931d5314264afe7eaebb6fbc5ce7dc567c))
* **release:** Release 1.1.1 ([41821e6](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/41821e6a7381ad114dd0f2f53c4ab2ba068700f8))
* update package name ([cfe8643](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/cfe8643a9931ef27a201aacb3177b7aa9a7381f3))


### ci

* add ci variable ([70c328d](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/70c328d806920420b28b33b95237da23fe4db3e0))
* **dry-run:** run release in dry mode with debug ([6c5dbe4](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/6c5dbe4055588bc167e2b517237cff34fa6f88c2))
* **pre-release:** run CI on pull_request ([ea2c3f6](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/ea2c3f6508f31add373082b1ebdd53b63ad8cf74))
* run test on actual branch ([92d540e](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/92d540e9c220341eb108f133f72aebe335cf809f))


### docs

* **description:** update descriptions in package.json ([3521a76](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/3521a76f84c61734a9172d1ca8032214b73cd54b))
* **description:** update wording ([75968e4](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/75968e4a14802d1398a92cd1927fc410c86c74ff))
* **install:** update install notes ([93d849d](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/93d849d072a29ea13f124975f7b5a0c75b937158))
* **install:** update readme ([4c174a5](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/4c174a57b79088b1a6abd0f8ee19ef801f683943))
* **instructions:** update configuration instructions ([3c8b0fd](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/3c8b0fd9a4d96cc288e3195d00b11369bb6cc0f8))
* **readme:** fix typo ([1dabb43](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/1dabb431496194529e6c18579d2a0eb9f6cabb47))
* **readme:** update description, fix typos ([92f9b9f](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/92f9b9fcb26d5747f728c267cb35c3ec3eeef435))
* **readme:** update descriptions, fix links ([7a54dcc](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/7a54dcc529c107eda3388089e649254c494b9017))
* **readme:** update readme file with instructions ([d01b04e](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/d01b04e2daa6d7928a369e4a2134cce63017ad1c))


### feat

* backwards compatibility for commits without keyword ([90deac9](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/90deac91d67dcbed0883f8619dd70b1927a37c88))
* **file-format:** use json file instead of yaml ([acd3f8d](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/acd3f8d2efc9d55271aaf76fafdae6a8149b0c0e))
* fix params ([15632ef](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/15632ef6cf6b50a1e78ffbeab5466c5b4661db97))
* **init:** initial commit ([6fbca52](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/6fbca5209de7a74d81dc15369cc6b14851eb01dc))
* **release:** add custom release-notes generator ([ed4a8e5](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/ed4a8e567ec57cfed456be9af968d9918d6fe522))
* **type:** add chore type ([3aaa92d](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/3aaa92d076da1aa4a1a8c6b177c50a338ae6466e))
* update package.json ([cc9e54a](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/cc9e54ac23ed0fcb0fe4feb20def3e87efa2030f))
* update transformer ([da775d1](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/da775d1d44edec70c87e1ba2f9e04a7d700af8d7))


### fix

* **commit-message:** fix commit message: skip-ci ([cc7c983](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/cc7c983adef3af06335c65c1c7f716351077c326))
* **commit-message:** use release keyword ([a33577a](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/a33577a3c02caaaf12a458d181da2b9524049b09))
* **manifest:** add plugins.json to a bundle ([22c1a28](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/22c1a28db3a189d06a354c621e5b24c6df94f38c))
* package.json & package-lock.json to reduce vulnerabilities ([8658905](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/8658905a278dc10354e69e0179a38cbf72065b1c))
* package.json & package-lock.json to reduce vulnerabilities ([b6c8ad1](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/b6c8ad193f17679d4307da4c63b0026b71ea6c91))
* package.json & package-lock.json to reduce vulnerabilities ([#12](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/12)) ([ffd4a06](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/ffd4a0633625de9529bbbde85d4b5fd9db7b0735))
* package.json & package-lock.json to reduce vulnerabilities ([#35](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/35)) ([e678692](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/e6786923b6b1cf54798284dff083cab668e9ccb5))
* **release:** change release message ([0109020](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/01090209330ee27d2fa4c48bc2c939c4da36e867))
* **releaserc:** remove unused fields ([24606ed](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/24606edc480b236840516cbf4ac34a9288f8307a))
* remove another envs ([88d17b7](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/88d17b777ca9d9720373cda7f6476dbfc344f7db))
* update config ([aa6fd16](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/aa6fd169d3c9164a45db97a617c958902d009b42))
* update dependencies ([#30](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/issues/30)) ([5498c03](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/5498c038930efc629efdda3e54b7947099bea1e8))


### refactor

* use object literal to transform commit type ([3b7ff9a](https://github.com/RaphaelNeumann/semantic-release-npm-github-publish/commit/3b7ff9a6109de590a07392a70ac63880aad73a10))

## [1.5.4](https://github.com/oleg-koval/semantic-release-npm-github-publish/compare/v1.5.3...v1.5.4) (2022-08-19)


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
Expand Up @@ -52,6 +52,6 @@
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"version": "1.5.4",
"version": "1.0.0",
"snyk": true
}

0 comments on commit e82f1b0

Please sign in to comment.