chore(release): v1.0.0
# 1.0.0 (2021-09-07) ### Features * initial commit ([e9dad5b
](e9dad5bbe4
))
This commit is contained in:
parent
d2fcbc4e8a
commit
4aaca99c02
2 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,10 @@
|
|||
# 1.0.0 (2021-09-07)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* initial commit ([e9dad5b](https://gitlab.com/mfgames-cil/gallium-cil/commit/e9dad5bbe4a9510cbc33ea4a40fc9826e0845b5e))
|
||||
|
||||
## [1.1.4](https://gitlab.com/mfgames-cil/mfgames-locking-cil/compare/v1.1.3...v1.1.4) (2021-09-04)
|
||||
|
||||
|
||||
|
|
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "mfgames-locking-cil",
|
||||
"version": "1.1.4",
|
||||
"name": "gallium-cil",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.1.4",
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^13.1.0",
|
||||
"@commitlint/config-conventional": "^13.1.0",
|
||||
|
@ -2192,7 +2192,6 @@
|
|||
"minimist": "^1.2.5",
|
||||
"neo-async": "^2.6.0",
|
||||
"source-map": "^0.6.1",
|
||||
"uglify-js": "^3.1.4",
|
||||
"wordwrap": "^1.0.0"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -2592,7 +2591,6 @@
|
|||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.6",
|
||||
"universalify": "^2.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
|
@ -3937,7 +3935,6 @@
|
|||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"colors": "^1.1.2",
|
||||
"object-assign": "^4.1.0",
|
||||
"string-width": "^4.2.0"
|
||||
},
|
||||
|
@ -4978,7 +4975,6 @@
|
|||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"encoding": "^0.1.12",
|
||||
"minipass": "^3.1.0",
|
||||
"minipass-sized": "^1.0.3",
|
||||
"minizlib": "^2.0.0"
|
||||
|
|
Reference in a new issue