Skip to content

Commit fb7a11f

Browse files
feat: marketplace app/installation [CS-35326]
1 parent f7ce28b commit fb7a11f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012 - 2022 Contentstack
3+
Copyright (c) 2012 - 2023 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if (response.isSuccessful()){
125125

126126
### The MIT License (MIT)
127127

128-
Copyright © 2012-2022 [Contentstack](https://www.contentstack.com/). All Rights Reserved
128+
Copyright © 2012-2023 [Contentstack](https://www.contentstack.com/). All Rights Reserved
129129

130130
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
131131

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.0.0
4+
5+
### 30-APR-2023
6+
7+
- Added support for marketplace API
8+
- General improvements
9+
- code coverage improvements
10+
- code quality improvements
11+
312
## v0.1.0
413

514
### 20-OCT-2022

0 commit comments

Comments
 (0)