Skip to content

Commit

Permalink
Bump versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
runespoorengineering committed Oct 1, 2024
1 parent 710230d commit 46a7af3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 deletions.

This file was deleted.

14 changes: 14 additions & 0 deletions feature-toggles/feature-toggles-imperative/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "@runespoorstack/feature-toggles-imperative",
"entries": [
{
"version": "0.0.6",
"tag": "@runespoorstack/feature-toggles-imperative_v0.0.6",
"date": "Tue, 01 Oct 2024 17:44:59 GMT",
"comments": {
"patch": [
{
"comment": "Return `null` if the feature toggle does not exist on calling `getFeatureToggle` with the feature toggle key",
"author": "BorysShulyak <borysshulyak@gmail.com>",
"commit": "710230d777bad12c94b12c508c9f29fa34c2c2ba"
}
]
}
},
{
"version": "0.0.5",
"tag": "@runespoorstack/feature-toggles-imperative_v0.0.5",
Expand Down
9 changes: 8 additions & 1 deletion feature-toggles/feature-toggles-imperative/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @runespoorstack/feature-toggles-imperative

This log was last generated on Mon, 30 Sep 2024 14:48:25 GMT and should not be manually modified.
This log was last generated on Tue, 01 Oct 2024 17:44:59 GMT and should not be manually modified.

## 0.0.6
Tue, 01 Oct 2024 17:44:59 GMT

### Patches

- Return `null` if the feature toggle does not exist on calling `getFeatureToggle` with the feature toggle key

## 0.0.5
Mon, 30 Sep 2024 14:48:25 GMT
Expand Down
2 changes: 1 addition & 1 deletion feature-toggles/feature-toggles-imperative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runespoorstack/feature-toggles-imperative",
"version": "0.0.5",
"version": "0.0.6",
"description": "Imperative feature toggles as code for JavaScript and TypeScript.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 46a7af3

Please sign in to comment.