Skip to content

Commit b98c572

Browse files
author
🤖 Kuoki Bot
committed
chore(anymap): release version 1.0.0
1 parent ca4606f commit b98c572

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

packages/anymap/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [1.0.0](https://github.com/RicardoJBarrios/kuoki/compare/anymap-v0.1.5...anymap-v1.0.0) (2023-04-17)
6+
7+
8+
* Feature/angular pipe (#9) ([467ad59](https://github.com/RicardoJBarrios/kuoki/commit/467ad59ea50c9ae541980ccaf080c439e6f5d764)), closes [#9](https://github.com/RicardoJBarrios/kuoki/issues/9)
9+
10+
11+
### BREAKING CHANGES
12+
13+
* InvalidEnvironmentSourceError name change
14+
15+
* docs(environment): update store documentation
16+
17+
* docs(environment): update service docs
18+
19+
* feat(environment): add EnvironmentReferenceError and update docs
20+
21+
* docs(environment): update service documentation
22+
23+
* feat(environment): update path errors and docs
24+
25+
* docs(environment): update module documentation
26+
27+
* docs(environment): update module errors
28+
29+
* feat(environment): add DuplicatedEnvironmentSourcesError and update docs
30+
31+
* feat(environment): add NonUndefined and update docs
32+
33+
* feat(environment-angular): align changes in environment with angular-environment
34+
35+
* feat(environment-angular): add pipes
36+
37+
38+
539
## [0.1.5](https://github.com/RicardoJBarrios/kuoki/compare/anymap-v0.1.4...anymap-v0.1.5) (2023-04-12)
640

741

packages/anymap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kuoki/anymap",
3-
"version": "0.1.5",
3+
"version": "1.0.0",
44
"description": "A helper class for testing use cases where the value is of type any",
55
"keywords": [
66
"kuoki",

0 commit comments

Comments
 (0)