Skip to content

Commit

Permalink
Merge pull request #37 from ekino/release/1.0.0
Browse files Browse the repository at this point in the history
[Release] V1.0.0
  • Loading branch information
leguellec committed May 7, 2021
2 parents 45926e1 + 729531a commit af9baaf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
Empty file added .yarn/versions/f2e21867.yml
Empty file.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 1.0.0 (2021-05-07)

* chore(actions): add codeQL actions ([3d9352c](https://github.com/ekino/node-config/commit/3d9352c))
* chore(actions): change pre release token to launch action ([b0485e1](https://github.com/ekino/node-config/commit/b0485e1))
* chore(deps): bump acorn from 5.7.3 to 5.7.4 ([0fd3735](https://github.com/ekino/node-config/commit/0fd3735))
* chore(deps): bump lodash from 4.17.15 to 4.17.19 ([0db8550](https://github.com/ekino/node-config/commit/0db8550))
* chore(publishing): use github actions to publish ([0d6ad6a](https://github.com/ekino/node-config/commit/0d6ad6a))
* chore(release): change base branch to master ([a592697](https://github.com/ekino/node-config/commit/a592697))
* chore(release): don't delete release branch ([caea4e3](https://github.com/ekino/node-config/commit/caea4e3))
* chore(yarn): Add missing yarn version plugin ([c0e7161](https://github.com/ekino/node-config/commit/c0e7161))
* chore(yarn): migrate to yarn v2 ([203e433](https://github.com/ekino/node-config/commit/203e433))
* fix(workflow): remove typo in folder name ([3071701](https://github.com/ekino/node-config/commit/3071701))



### [0.6.3](https://github.com/ekino/node-config/compare/v0.6.1...v0.6.3) (2020-01-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@ekino/config",
"version": "0.6.3",
"version": "1.0.0",
"description": "lightweight configuration module powered by yaml",
"homepage": "https://github.com/ekino/node-config",
"main": "build/index.js",
Expand Down

0 comments on commit af9baaf

Please sign in to comment.